-
Notifications
You must be signed in to change notification settings - Fork 24
Set ensembler log level to WARNING from INFO #409
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
Conversation
engines/pyfunc-ensembler-service/pyfunc_ensembler_runner/__main__.py
Outdated
Show resolved
Hide resolved
anantadwi13
left a comment
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. thanks for fixing this!
engines/pyfunc-ensembler-service/pyfunc_ensembler_runner/__main__.py
Outdated
Show resolved
Hide resolved
b3b9b14 to
0deb2a5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #409 +/- ##
=======================================
Coverage 96.38% 96.38%
=======================================
Files 26 26
Lines 2101 2101
=======================================
Hits 2025 2025
Misses 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e8979a7 to
f4e0223
Compare
5a35e6c to
d90f516
Compare
79418d5 to
0deb2a5
Compare
The default turing ensembler log level is set to INFO but this spams with too many logs thus causing memory consumption in downstream logging platform.
The goal of this very simple MR is to modify this log level to WARNING from INFO - python logging loglevels
Also there is an added capability for DS folks to change the ensembler log levels to INFO using env