Skip to content

Commit

Permalink
Must be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jul 29, 2024
1 parent e1b413c commit ac35b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/config_holder.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def logging_parser(config: CamelCaseConfigParser):
try:
if (has_config_option("Logging", "instantiate") and
get_config_bool("Logging", "instantiate")):
level = logging.INFO
level = "INFO"
if has_config_option("Logging", "default"):
level = get_config_str("Logging", "default").upper()
logging.basicConfig(level=level)
Expand Down

0 comments on commit ac35b36

Please sign in to comment.