mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-10 23:25:42 +08:00
additional debug logs for #656
This commit is contained in:
parent
788ae254a4
commit
c21523bedf
2 changed files with 3 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.11-develop7
|
||||
4.1.11-develop8
|
||||
|
|
|
@ -84,6 +84,8 @@ class Config:
|
|||
logger.debug(f" --config-file (QBT_CONFIG): {args['config_files']}")
|
||||
logger.debug(f" --log-file (QBT_LOGFILE): {args['log_file']}")
|
||||
logger.debug(f" --log-level (QBT_LOG_LEVEL): {args['log_level']}")
|
||||
logger.debug(f" --log-size (QBT_LOG_SIZE): {args['log_size']}")
|
||||
logger.debug(f" --log-count (QBT_LOG_COUNT): {args['log_count']}")
|
||||
logger.debug(f" --divider (QBT_DIVIDER): {args['divider']}")
|
||||
logger.debug(f" --width (QBT_WIDTH): {args['screen_width']}")
|
||||
logger.debug(f" --debug (QBT_DEBUG): {args['debug']}")
|
||||
|
|
Loading…
Add table
Reference in a new issue