Skip to content

Commit e2d13b9

Browse files
committed
Test level
1 parent 7084820 commit e2d13b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/helpers/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def init_logger():
3939
"""
4040
Initializes the logger
4141
"""
42-
logging.basicConfig(level=get_env_logging_level())
42+
logging.basicConfig(level=logging.INFO)
4343

4444

4545
def get_logger(name: str, stable_id: str = None):

0 commit comments

Comments
 (0)