-
Notifications
You must be signed in to change notification settings - Fork 120
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
Use recommended dictConfig for logging configuration #850
Use recommended dictConfig for logging configuration #850
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #850 +/- ##
=======================================
- Coverage 95.0% 95.0% -0.1%
=======================================
Files 64 63 -1
Lines 6134 6151 +17
=======================================
+ Hits 5828 5844 +16
- Misses 306 307 +1 ☔ View full report in Codecov by Sentry. |
I can't re-run the failing test, but given that the other tests (especially for py3.12) passed, I'd assume that this error is flaky and not related to the changes made in this PR. |
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.
Thanks, a few minor suggestions inline...
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.
Thanks @glatterf42, hope that this will resolve some downstream issues...
This PR is in tandem with iiasa/ixmp4#83, where you can find an extensive description of the underlying issue. For pyam, there is no
server.conf
, so these parts can be disregarded.Does this PR need to be mentioned in the release notes?
Also, can we please have a quick patch release after merging this?