mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
61 lines
891 B
Plaintext
61 lines
891 B
Plaintext
### Config Flags for logging, compatibility flags are at the top
|
|
|
|
### << COMING SOON >>
|
|
|
|
|
|
### Actual logging flags
|
|
|
|
# Paranoia logging starts on
|
|
PARANOIA_LOGGING
|
|
|
|
## log client access (logon/logoff)
|
|
LOG_ACCESS
|
|
|
|
## log admin actions
|
|
LOG_ADMIN
|
|
|
|
## log admin chat
|
|
LOG_ADMINCHAT
|
|
|
|
## log OOC channel
|
|
LOG_OOC
|
|
|
|
## log client Say
|
|
LOG_SAY
|
|
|
|
## log game actions (start of round, results, etc.)
|
|
LOG_GAME
|
|
|
|
## log player votes
|
|
LOG_VOTE
|
|
|
|
## log client Whisper
|
|
LOG_WHISPER
|
|
|
|
## log emotes
|
|
LOG_EMOTE
|
|
|
|
## log attack messages
|
|
LOG_ATTACK
|
|
|
|
## log pda messages
|
|
LOG_PDA
|
|
|
|
## log graffiti drawings
|
|
LOG_GRAFFITI
|
|
|
|
## Log all timers on timer auto reset
|
|
# LOG_TIMERS_ON_BUCKET_RESET
|
|
|
|
## log world.log messages
|
|
# LOG_WORLD_OUTPUT
|
|
|
|
## log all Topic() calls (for use by coders in tracking down Topic issues)
|
|
# LOG_HREFS
|
|
|
|
## log world.log and runtime errors to a file
|
|
LOG_RUNTIME
|
|
|
|
## log admin warning messages
|
|
LOG_ADMINWARN
|