aboutsummaryrefslogtreecommitdiff
path: root/src/avp/command.py
diff options
context:
space:
mode:
authortassaron2026-01-14 21:56:50 -0500
committertassaron2026-01-14 21:56:50 -0500
commita2c11b6ca727ece4f2f0bd09c6cdaf8705bde9cd (patch)
treeccb89287302cc9cff3dc56a3bad01964d09f8be5 /src/avp/command.py
parent290dcc48a14833f43f5d2d298035df8bd94f3588 (diff)
fix file logging for main program log
Diffstat (limited to 'src/avp/command.py')
-rw-r--r--src/avp/command.py3
1 files changed, 1 insertions, 2 deletions
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()