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 7301cc9 commit c16886f
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 @@ -14,3 +14,5 @@ def set_log_level(logger: Logger, level_str: str) -> None:
logger.setLevel(_nameToLevel[level_str])
else: # if the name got borked, default to debug
logger.setLevel(_nameToLevel['DEBUG'])

logger.info(f'logging level: {level_str}')

0 comments on commit c16886f

Please sign in to comment.