Skip to content

Commit affb0ba

Browse files
committed
Typo in default config
1 parent da5c568 commit affb0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngcsimlib/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def init_logging():
6969
loggingConfig = {"logging_file": None,
7070
"logging_level": logging.WARNING,
7171
"hide_console": False,
72-
"custom_levels": {"ANALYSIS", 25}}
72+
"custom_levels": {"ANALYSIS": 25}}
7373

7474
if loggingConfig.get("custom_levels", None) is not None:
7575
for level_name, level_num in loggingConfig.get("custom_levels", {}).items():

0 commit comments

Comments
 (0)