Controlling Output/Logs
various options for output
Log Streams
Discord
The output goes to the Discord channel
LEVELS
In ascending output order
OFF
LOW
NORMAL
DEBUG
TRACE
Output
output to the console
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
This feature allows you to deactivate Discord or log file logging.
By default, these outputs are turned off.
PROMPT
The program needs prompts and specific console output for certain operations.
It configures console output to only show necessary information.
Providing a scraping action and usernames should largely disable most,
if not all, additional output.
LOW
It disables all progress bars and displays essential program status while running.
It also includes avatars and applies to all output destinations.
STATS
Slight modification to LOW no avatars will be shown
NORMAL.
The default console output level, progress bars
and general status messages are displayed.
All output destinations, including Discord and log files,
receive general status messages but exclude progress bars.
DEBUG
It includes debugger messages and tracebacks within the
'Normal' output level.
This applies to all output destinations.
TRACE
This mode provides the most detailed and extensive
information compared to all other modes.
Last updated