-
Notifications
You must be signed in to change notification settings - Fork 14
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
Completely rewrite logging system #646
Conversation
This mostly just makes the logging system more in line with the feature set of the rest of the bot. But it makes a few significant changes: First, error logs do not have to have an exception with them anymore Additionally, DelayedLogger now ignores debug logs if debug is off, so the performance with using DelayedLogger will be increased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm stupid, it was a private channel
This rewrites the bot logging system to be more versatile. This uses a better system to take into account private_channels and allows a simple way to disable all guild logging.
Replaces #615
Fixes #540
Fixes #585