-
Notifications
You must be signed in to change notification settings - Fork 31
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
changed log level of exceptions happening in tasks from WARNING
to ERROR
#486
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #486 +/- ##
=======================================
Coverage 53.63% 53.63%
=======================================
Files 37 37
Lines 2905 2905
=======================================
Hits 1558 1558
Misses 1347 1347 ☔ View full report in Codecov by Sentry. |
i would assume a fragment is not needed so i just ignored that, if it needs one tell me i'll add it |
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.
LGTM, and I agree with what you said on Discord -
wouldnt it make much more sense to change the logging level of exceptions happening inside of tasks to error instead of warning? when an exception happens while loading extensions, the logging level is ERROR, when an exception happens during the execution of an command the level is ERROR but inside a task it logs as warning
Definitely seems like an inconsistency to me!
Personally I would say to include the fragment anyway - while it's such a small tweak that changes nothing functionally, it's still good to have it documented in the changelog.
will add the fragment in a few minutes |
omg i am so stupid it was 4 am dont judge me please 💀 |
Summary
changed log level of exceptions happening in tasks from
WARNING
toERROR
Checklist
nox
and all the pipelines have passed.Related issues