juniorguru / chick

A real-time, synchronous Junior Guru Discord bot
https://juniorguru-chick.fly.dev/
GNU Affero General Public License v3.0
2 stars 0 forks source link

The bot should use logging instead of print #2

Closed honzajavorek closed 1 year ago

honzajavorek commented 1 year ago

There are a few prints here and there https://github.com/juniorguru/juniorguru-chick/commit/9c3109f07d6cd180094812be7ee2f9459eec3c76 so that we can see in the server logs that the bot is alive and does something. This should be changed to proper logging with https://docs.python.org/3/library/logging.html