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
When running, I can see that console logs are outputted correctly – only warnings and more severe, but TalkerScreen still shows all logs, even those that should be filtered out.
Expected behavior
Both console and TalkerScreen correctly filter out logs based on configured LogLevel.
Additional context
Flutter Web
talker_flutter: 3.5.6
The text was updated successfully, but these errors were encountered:
Describe the bug
TalkerScreen
does not respect configuredLogLevel
while console logs do respect it.I initialize a global
Talker
instance like this:And create a
TalkerScreen
like this:When running, I can see that console logs are outputted correctly – only warnings and more severe, but
TalkerScreen
still shows all logs, even those that should be filtered out.Expected behavior
Both console and
TalkerScreen
correctly filter out logs based on configuredLogLevel
.Additional context
Flutter Web
talker_flutter: 3.5.6
The text was updated successfully, but these errors were encountered: