Syfaro / foxbot

Multiplatform bot for finding furry image sources and more!

Home Page:https://t.me/FoxBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve logging

Syfaro opened this issue · comments

Current logging situation is a bit of a mess, nothing is consistent.

Rewrite logging statements with following rules:

  • all lowercase
  • consistent use of levels
    • error when action is in some way compromised
    • warning when action is affected or in unusual state, but not directly an issue
    • info for a few basic steps on each request
    • debug for more detailed information with a constant number of executions
    • trace for extremely verbose or variable number of executions