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
Problem:
getLogger() is called in module-scope, which means it may initialize to
a "console logger" if the main logger is not ready yet, depending on
module load order.
Solution:
Don't call getLogger() in module-scope.
0 commit comments