Add troubleshooting info to about window

This commit is contained in:
kramo
2023-06-26 14:32:56 +02:00
parent 8870c20279
commit 8cb1cd998c
4 changed files with 31 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ def setup_logging():
"formatter": "file_formatter",
"level": "DEBUG",
"filename": log_filename,
"backup_count": 3,
"backup_count": 2,
},
"app_console_handler": {
"class": "logging.StreamHandler",