demo目录增加配置文件示例
This commit is contained in:
8
demo/demo_zlog.conf
Normal file
8
demo/demo_zlog.conf
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[global]
|
||||||
|
default format = "%d(%c), %V, %m%n"
|
||||||
|
[levels]
|
||||||
|
DEBUG=10
|
||||||
|
INFO=20
|
||||||
|
FATAL=30
|
||||||
|
[rules]
|
||||||
|
*.* "./log/runtimelog.%d(%F)"
|
||||||
Reference in New Issue
Block a user