You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we took this ability away from TransformerLogger,
then we would be able to have its min_enabled_level set to something more simple.
To disable it we could check the level after the transform and error if it changes.
We could introduce it back in a PromotingLogger (aliased to DemotingLogger?)
which you would use one of the filtered to pipe things into and then those would get promoted/demoted and then you could feed them back into the main logger?
The text was updated successfully, but these errors were encountered:
If we took this ability away from TransformerLogger,
then we would be able to have its
min_enabled_level
set to something more simple.To disable it we could check the level after the transform and error if it changes.
We could introduce it back in a
PromotingLogger
(aliased toDemotingLogger
?)which you would use one of the filtered to pipe things into and then those would get promoted/demoted and then you could feed them back into the main logger?
The text was updated successfully, but these errors were encountered: