mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
reduce default verbosity
This commit is contained in:
parent
a92f09faf6
commit
39c95681f3
3 changed files with 7 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ def _init_logging(verbose: int = 0) -> None:
|
|||
log_level = logging.DEBUG
|
||||
elif verbose == 1:
|
||||
log_format = "%(levelname)-7s - %(message)s"
|
||||
log_level = logging.DEBUG
|
||||
log_level = logging.INFO
|
||||
else:
|
||||
log_format = "%(levelname)-7s - %(message)s"
|
||||
log_level = logging.INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue