aboutsummaryrefslogtreecommitdiff
path: root/src/avp/command.py
diff options
context:
space:
mode:
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()