diff options
| author | liuchang <[email protected]> | 2023-03-29 12:02:29 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-03-29 12:02:29 +0000 |
| commit | 7f71a2b1736911e49a3287b8ab7fd7ccf880b8c8 (patch) | |
| tree | e939c4cbf49f8a0d0a5dea462aa8663f59d5da16 | |
| parent | 40496259ad90bd99ac21e68ea632c8411832eb74 (diff) | |
fix zlog init failv1.1.1
| -rw-r--r-- | conf/zlog.conf | 2 | ||||
| -rw-r--r-- | shaping/test/test_conf/zlog.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/zlog.conf b/conf/zlog.conf index d7c976e..12d1fb8 100644 --- a/conf/zlog.conf +++ b/conf/zlog.conf @@ -8,4 +8,4 @@ FATAL=30 [rules] log_shaping.fatal "./log/shaping.log.%d(%F)"; -log_shaping.fatal > stdout; +log_shaping.fatal >stdout; diff --git a/shaping/test/test_conf/zlog.conf b/shaping/test/test_conf/zlog.conf index f1faec8..ad3644d 100644 --- a/shaping/test/test_conf/zlog.conf +++ b/shaping/test/test_conf/zlog.conf @@ -8,4 +8,4 @@ FATAL=30 [rules] log_shaping.DEBUG "./log/shaping.log.%d(%F)"; -log_shaping.DEBUG > stdout;
\ No newline at end of file +log_shaping.DEBUG >stdout;
\ No newline at end of file |
