Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Sep 23, 2024
1 parent d78d7b2 commit db7b571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_log_level(name: str = None) -> str:
level_name = DPKConfig.DEFAULT_LOG_LEVEL
else:
name = name.upper()
name = "DPK_" + name + "_LOG_LEVEL"
name = "DPK_" + name + "_LOG_LEVEL "
level_name = os.environ.get(name, DPKConfig.DEFAULT_LOG_LEVEL)
return level_name

Expand Down

0 comments on commit db7b571

Please sign in to comment.