Skip to content
Snippets Groups Projects

Fix double plog output, version 2

Merged Hans Fangohr requested to merge fix-double-plog-output-version2 into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -344,7 +344,6 @@ def set_up_logging(loglevel="warning", file_path=None):
@@ -344,7 +344,6 @@ def set_up_logging(loglevel="warning", file_path=None):
ch.setFormatter(formatter)
ch.setFormatter(formatter)
print_log.handlers = [ch]
print_log.handlers = [ch]
# if filename provided, write output of print_log to that file, too
# if filename provided, write output of print_log to that file, too
if file_path:
if file_path:
# create, format and add file handler
# create, format and add file handler
Loading