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
fix: multiple loggings appear in stdout with global module configured
if the streamlogger overlaps with the global logger settings then the
log messages where printed twice, once with the format of the global
setting and once for the streamlogger.
The fix is to remove all module rules from the global filter targets if
the streamlogger defines any