Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent d41c04f commit df0fac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/tooling/set_log_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def set_log_level(logger: Logger, level_str: str) -> None:
'DEBUG'
]

logger.debug(f'level_str = {level_str}')

if not level_str in log_levels:
level_str = 'DEBUG'

Expand Down

0 comments on commit df0fac5

Please sign in to comment.