additional debug logs for #656

This commit is contained in:
bobokun 2024-10-05 15:18:03 -04:00
parent 788ae254a4
commit c21523bedf
No known key found for this signature in database
GPG key ID: B73932169607D927
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
4.1.11-develop7
4.1.11-develop8

View file

@ -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']}")