diff options
| author | luwenpeng <[email protected]> | 2023-08-11 11:34:50 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-08-11 11:34:50 +0800 |
| commit | 15ef7a3120c6dc727c98957f203d8d7a00ce1dd6 (patch) | |
| tree | 4869cbe24906fb401854c6de46daba7fc3e1b618 | |
| parent | 41025a03ea0e7adf85f520c2cee76fd2607680d2 (diff) | |
更新zlog输出格式
| -rw-r--r-- | conf/zlog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/zlog.conf b/conf/zlog.conf index 5da6688..d2b63e2 100644 --- a/conf/zlog.conf +++ b/conf/zlog.conf @@ -1,6 +1,6 @@ # kill -s SIGHUP "pid" [global] -default format = "%d(%c), %t, %V, %F, %U, %m%n" +default format = "%d(%c), %t, %V, %m%n" [levels] |
