You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[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
|