14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
[global]
|
|
default format = "%d(%c), %V, %U, %m%n"
|
|
[levels]
|
|
DEBUG=10
|
|
INFO=20
|
|
FATAL=30
|
|
[formats]
|
|
other = "%d(%c), %V, %F, %U, %m%n"
|
|
[rules]
|
|
*.=debug "./log/runtimelog_debug.%d(%F)"
|
|
*.=info "./log/runtimelog_info.%d(%F)"
|
|
*.=fatal "./log/runtimelog_fatal.%d(%F)"
|
|
!.* "./log/runtimelog_other.%d(%F)"; other
|