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
Wouldn't it be great if instead of always relying on one global log level from core, it was possible to override the log level on each individual Logger instance? It is not uncommon for developers to want to focus on a particular part of their application and log level settable on an Logger can be of great help for that.
Loggers which don't have level override enabled will keep using the level from core remaining fully backward compatible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Wouldn't it be great if instead of always relying on one global log level from
core, it was possible to override the log level on each individualLoggerinstance? It is not uncommon for developers to want to focus on a particular part of their application and log level settable on anLoggercan be of great help for that.Loggerswhich don't have level override enabled will keep using the level fromcoreremaining fully backward compatible.Beta Was this translation helpful? Give feedback.
All reactions