18 lines
522 B
Plaintext
18 lines
522 B
Plaintext
|
|
* GLOBAL:
|
||
|
|
FORMAT = "%datetime %level [%fbase|%line] %msg"
|
||
|
|
FILENAME = "logs\\%datetime{%Y%M%d}.log"
|
||
|
|
ENABLED = true
|
||
|
|
TO_FILE = true ## Notice this
|
||
|
|
TO_STANDARD_OUTPUT = false ## Notice this
|
||
|
|
SUBSECOND_PRECISION = 3
|
||
|
|
PERFORMANCE_TRACKING = false
|
||
|
|
MAX_LOG_FILE_SIZE = 2097152 ## Throw log files away after 2MB
|
||
|
|
|
||
|
|
* DEBUG:
|
||
|
|
ENABLED = true
|
||
|
|
* TRACE:
|
||
|
|
ENABLED = false
|
||
|
|
* INFO:
|
||
|
|
ENABLED = true
|
||
|
|
* ERROR:
|
||
|
|
ENABLED = true
|