mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
rename loglevel --> verbosity, because it's not logging level
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user