更新zlog编译和安装过程,install相关工具bin目录

This commit is contained in:
yangwei
2020-09-09 17:32:10 +08:00
parent b4f239ae9c
commit bc575233b7
3 changed files with 17 additions and 11 deletions

View File

@@ -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