Discord.py: As a developer I would like logging to help troubleshoot.

Created on 27 Sep 2017  路  2Comments  路  Source: Rapptz/discord.py

I would like to be able to add async logging for my bot. This is for a few reasons but I have a service that has many moving parts one of which is a Bot that automates things for people. When the bot breaks I want to be able to look at the inputs and outputs that happened. I would also like to be able to get alerts when things happen like that but mainly I don't want to have to repro everything because something didn't work and they don't know what they did. Having a way to easily send the messages or other parts of the program to logs would be beneficial.

question

Most helpful comment

Thanks, I was looking to have a function but didn't realize I just needed to implement the logging and it's taken care of for the most part.

All 2 comments

Thanks, I was looking to have a function but didn't realize I just needed to implement the logging and it's taken care of for the most part.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tairabiteru picture tairabiteru  路  3Comments

superloach picture superloach  路  3Comments

Spyder-exe picture Spyder-exe  路  3Comments

reuscam picture reuscam  路  3Comments

ghost picture ghost  路  3Comments