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
For now, log level is set globally through the --log-level option on the CLI. The whole program and its dependency use this level.
It will be better to configure it using a file, to have more control over log level for each module (GitPython is very verbose in debug mode), and to benefit from it when using only the core lib.