From a2c11b6ca727ece4f2f0bd09c6cdaf8705bde9cd Mon Sep 17 00:00:00 2001 From: tassaron Date: Wed, 14 Jan 2026 21:56:50 -0500 Subject: fix file logging for main program log --- src/avp/command.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/avp/command.py') diff --git a/src/avp/command.py b/src/avp/command.py index 7f6f2d1..61612ef 100644 --- a/src/avp/command.py +++ b/src/avp/command.py @@ -101,9 +101,8 @@ class Command(QtCore.QObject): args = parser.parse_args() if args.verbose: - core.FILE_LOGLVL = logging.DEBUG core.STDOUT_LOGLVL = logging.DEBUG - core.Core.makeLogger() + core.Core.makeLogger(deleteOldLogs=False, fileLogLvl=logging.DEBUG) if args.log: self.createLogFile() -- cgit v1.2.3