Controlling Output/Logs
various options for output
Log Streams
Discord
Discord logs will solely contain the log message, whereas other logs will include additional details like function calls and line numbers.
You can turn the const value 'DISCORD_ASYNC' to true to spend up discord logs This could result in logs not being in order
For optimal performance with Discord, it's recommended to use the Normal or below logging level. Levels like Debug generate a significant amount of data, requiring numerous requests to process and log
The output goes to the Discord channel
LEVELS
In ascending output order
OFF
LOW
NORMAL
DEBUG
TRACE
Output
output to the console
For clear console output, it is recommended to set the logging level to Normal or below to avoid excessive messages
LEVELS
In ascending output order
PROMPT
LOW
NORMAL
DEBUG
TRACE
Log
output to logfile within the config folder
In ascending output order
OFF
LOW
NORMAL
DEBUG
TRACE
Deprecated
STAT
Log levels details
With the 1.9 release, you gain increased control over the output level.
OFF
PROMPT
LOW
STATS
Removed in 3.5
NORMAL.
DEBUG
TRACE
Last updated