The coloredlogs python module easily implements log level based colouring for the standard python logging library, which makes debugging a lot easier. A bunch of the cogs already make use of the standard logging library, but their output was not seen as logging was not enabled.
The
coloredlogs
python module easily implements log level based colouring for the standard python logging library, which makes debugging a lot easier. A bunch of the cogs already make use of the standard logging library, but their output was not seen as logging was not enabled.