更新zlog编译和安装过程,install相关工具bin目录
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
[global]
|
||||
default format = "%d(%c), %V, %F, %U, %m%n"
|
||||
default format = "%d(%c), %V, %U, %m%n"
|
||||
[levels]
|
||||
DEBUG=10
|
||||
INFO=20
|
||||
FATAL=30
|
||||
[formats]
|
||||
other = "%d(%c), %V, %F, %U, %m%n"
|
||||
[rules]
|
||||
*.* "./log/runtimelog.%d(%F)"
|
||||
*.=debug "./log/runtimelog_debug.%d(%F)"
|
||||
*.=info "./log/runtimelog_info.%d(%F)"
|
||||
*.=fatal "./log/runtimelog_fatal.%d(%F)"
|
||||
!.* "./log/runtimelog_other.%d(%F)"; other
|
||||
|
||||
Reference in New Issue
Block a user