Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve logging #86

Open
Syfaro opened this issue May 30, 2021 · 0 comments
Open

Improve logging #86

Syfaro opened this issue May 30, 2021 · 0 comments

Comments

@Syfaro
Copy link
Owner

Syfaro commented May 30, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant