Set ensembler log level to WARNING from INFO - #409
Merged
Conversation
anantadwi13
reviewed
Jul 17, 2025
anantadwi13
approved these changes
Jul 18, 2025
anantadwi13
left a comment
Contributor
There was a problem hiding this comment.
LGTM. thanks for fixing this!
vinoth-gojek
force-pushed
the
modify_ensembler_log_level
branch
from
July 18, 2025 04:13
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:
|
deadlycoconuts
force-pushed
the
modify_ensembler_log_level
branch
3 times, most recently
from
July 31, 2025 08:06
e8979a7 to
f4e0223
Compare
deadlycoconuts
force-pushed
the
modify_ensembler_log_level
branch
from
July 31, 2025 10:05
5a35e6c to
d90f516
Compare
deadlycoconuts
force-pushed
the
modify_ensembler_log_level
branch
3 times, most recently
from
August 1, 2025 10:18
79418d5 to
0deb2a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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