Commit 8f3cf39d authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Fixes config files

No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -72,6 +72,7 @@ DATA_LOGGING_CONFIG = {
SOH_LOGGING_CONFIG = {
'logging_level': logging.INFO,
'logging_to_console': True,
'log_file_logging_level': logging.DEBUG,
'file_name': f'soh{logging_suffix}.log',
'max_bytes': 16777216,
'backup_count': 1024,
......
......@@ -65,6 +65,7 @@ DATA_LOGGING_CONFIG = {
SOH_LOGGING_CONFIG = {
'logging_level': logging.INFO,
'logging_to_console': True,
'log_file_logging_level': logging.DEBUG,
'file_name': f'soh{logging_suffix}.log',
'max_bytes': 16777216,
'backup_count': 1024,
......
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