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
At least Chrome can group repeating similar log messages. The use of console.group() and console.groupCollapsed() in BrowserLogger seems to prevent that feature, which is unfortunate especially for often repeating debug output.