jda/external/zlog-1.2.18/test/test_tmp.conf
2025-04-30 15:28:08 +08:00

14 lines
210 B
Plaintext

[global]
strict init = true
buffer min = 1024
buffer max = 0
rotate lock file = /tmp/zlog.lock
[formats]
simple = "%d %V %m%n"
simple2 = "%d %V %m%n"
[rules ]
*.=debug >stdout;simple
*.=info >stdout;simple2