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
You should only set a log level when your library is imported.
You should not use different logger for instances of your classes, but use per package loggers (if you need more than a single global logger for the entire project).