Commit b829d97f authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Merge remote-tracking branch 'origin/class' into class

Showing with 1 addition and 1 deletion
+1 -1
...@@ -70,7 +70,7 @@ def setup_loggers(mqtt=True): ...@@ -70,7 +70,7 @@ def setup_loggers(mqtt=True):
return msg_logger, msg_log_filename, data_logger, data_log_filename, logging_level return msg_logger, msg_log_filename, data_logger, data_log_filename, logging_level
def init_logging(msg_logger, logging_level, log_path='.', data_log_filename): def init_logging(msg_logger, logging_level, log_path, data_log_filename):
""" This is the init sequence for the logging system """ """ This is the init sequence for the logging system """
init_logging_status = True init_logging_status = True
......
Supports Markdown
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