demo目录增加配置文件示例

This commit is contained in:
yangwei
2020-09-06 18:39:14 +08:00
parent 6ae5d5ffa9
commit 23609f6f02

8
demo/demo_zlog.conf Normal file
View 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)"