FragSoc / esports-bot

A Discord bot utilising Discord.py to provide functionality for UoY Esports game hubs
GNU Affero General Public License v3.0
2 stars 2 forks source link

Added coloredlogs to easily enable visually distinct logs #223

Closed Fluxticks closed 2 years ago

Fluxticks commented 2 years ago

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.

Laura7089 commented 2 years ago

Will this just work out of the box if this PR is merged?

Fluxticks commented 2 years ago

Yep, any call to the inbuilt logging library will automatically work with this merge