18 lines
522 B
Plaintext
Raw Normal View History

2025-08-20 11:22:14 +08:00
* 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