20 lines
548 B
Plaintext
Raw Permalink Normal View History

2025-08-20 11:22:14 +08:00
* GLOBAL:
FORMAT = "%datetime %level [%fbase|%line] %msg"
2025-08-21 08:53:34 +08:00
FILENAME = "logs\\MemoryCheck.log"
2025-08-20 11:22:14 +08:00
ENABLED = true
TO_FILE = true ## Notice this
TO_STANDARD_OUTPUT = false ## Notice this
SUBSECOND_PRECISION = 3
PERFORMANCE_TRACKING = false
2025-08-21 08:53:34 +08:00
MAX_LOG_FILE_SIZE = 20971520 ## Throw log files away after 20MB
2025-08-20 11:22:14 +08:00
* DEBUG:
ENABLED = true
* TRACE:
ENABLED = false
* INFO:
ENABLED = true
* ERROR:
2025-08-21 08:53:34 +08:00
ENABLED = true
* WARNING:
2025-08-20 11:22:14 +08:00
ENABLED = true