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.
For now, log level is set globally through the
--log-leveloption 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.