14 lines
210 B
Plaintext
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
|