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 logging setProduction
Loggers created after calling setProduction would continue logging
anyway. Calling setProduction(false) had the effect of setting logging
level to none despite trying to turn off production mode.