Files
stationapi-old/extras/logger.cfg.dist
2019-03-10 11:55:27 -05:00

19 lines
434 B
Plaintext
Executable File

* GLOBAL:
FILENAME = "logs/swgchat.log"
TO_STANDARD_OUTPUT = true
* TRACE:
FILENAME = "logs/swgchat.log"
* DEBUG:
FILENAME = "logs/swgchat.log"
* FATAL:
FILENAME = "logs/swgchat.log"
* ERROR:
FILENAME = "logs/swgchat.log"
* WARNING:
FILENAME = "logs/swgchat.log"
* INFO:
FILENAME = "logs/swgchat.log"
* VERBOSE:
FILENAME = "logs/verbose.%datetime{%Y%M%d_%H%m%s}.log"
TO_STANDARD_OUTPUT = false