Commit 49099158 authored by Guillaume Seguin's avatar Guillaume Seguin

Reset loggers in pronsole

parent d25d792b
...@@ -709,7 +709,7 @@ class pronsole(cmd.Cmd): ...@@ -709,7 +709,7 @@ class pronsole(cmd.Cmd):
args = [arg for arg in args if not arg.startswith("-psn")] args = [arg for arg in args if not arg.startswith("-psn")]
args = parser.parse_args(args = args) args = parser.parse_args(args = args)
self.process_cmdline_arguments(args) self.process_cmdline_arguments(args)
setup_logging(sys.stdout, self.settings.log_path) setup_logging(sys.stdout, self.settings.log_path, True)
# -------------------------------------------------------------- # --------------------------------------------------------------
# Printer connection handling # Printer connection handling
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment