rename loglevel --> verbosity, because it's not logging level

This commit is contained in:
hroff-1902
2019-07-07 02:53:13 +03:00
parent f89b2a18e0
commit 84d3868994
6 changed files with 14 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ def _set_loggers(verbosity: int = 0) -> None:
def setup_logging(config: Dict[str, Any]) -> None:
"""
Process --loglevel, --logfile options
Process -v/--verbose, --logfile options
"""
# Log level
verbosity = config['verbosity']