Skip to content

Commit

Permalink
modified logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Abodi-Massarwa committed Aug 30, 2024
1 parent c1a0df8 commit 4a239cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ def helper_configure_logger():
formatter = logging.Formatter('%(message)s')
logger.addHandler(stream_handler)
stream_handler.setFormatter(formatter)
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)
return log_stream

def helper_get_logs(log_stream):
Expand Down

0 comments on commit 4a239cb

Please sign in to comment.