-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️Reduce noisyness of gunicorn and socketio in webserver logs #6616
♻️Reduce noisyness of gunicorn and socketio in webserver logs #6616
Conversation
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.
OK! Thx
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6616 +/- ##
==========================================
+ Coverage 73.70% 78.11% +4.41%
==========================================
Files 1247 606 -641
Lines 52093 30692 -21401
Branches 1187 265 -922
==========================================
- Hits 38393 23976 -14417
+ Misses 13530 6655 -6875
+ Partials 170 61 -109
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
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.
As discussed offline. After this commit, it would be desirable to do changes on loggers using config https://docs.python.org/3/library/logging.config.html
718a1aa
to
991a2a2
Compare
Quality Gate passedIssues Measures |
What do these changes do?
Related issue/s
How to test
Dev-ops checklist