-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Fix API logging #768
🐛 Fix API logging #768
Conversation
69edd2e
to
63cac5f
Compare
Codecov Report
@@ Coverage Diff @@
## master #768 +/- ##
=======================================
Coverage 95.01% 95.01%
=======================================
Files 172 172
Lines 7479 7480 +1
=======================================
+ Hits 7106 7107 +1
Misses 373 373
Continue to review full report at Codecov.
|
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.
did you mean to not change the testing.py
settings file?
Sets the creator logger to INFO level so that messages will be processed by the handlers Remove redundant logging configurations from the settings If any module needs to do something different than the creator logger, add it as an additional block (e.g. genomic_data_loader.py) Log messages from the creator logger were being ignored by it's handlers since the handlers are set to process messages at INFO level or higher while the creator logger was set to the default log level of WARNING
63cac5f
to
dca8ac0
Compare
## Release 1.19.7 ### Summary - Emojis: 🐛 x2, ♻️ x1 - Categories: Fixes x2, Other Changes x1 ### New features and changes - [#768](#768) - 🐛 Fix API logging - [b07e9b9](b07e9b9) by [znatty22](https://github.com/znatty22) - [#767](#767) - 🐛 Fix writing of job logs in local development - [d078b8e](d078b8e) by [znatty22](https://github.com/znatty22) - [#763](#763) - ♻️ Omit Content-Length header in download validation report - [f61c0e8](f61c0e8) by [znatty22](https://github.com/znatty22)
Closes #760
Tested locally and in deployed dev. Now we can see log messages from all loggers under the parent creator logger in the console and the TaskLogger's stream