Skip to content

Commit

Permalink
fix flask
Browse files Browse the repository at this point in the history
  • Loading branch information
llbonet14 committed Feb 2, 2024
1 parent 69cdce9 commit d800b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/common/log_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def init_logging(app, logger_name: str):
app.logger.setLevel(gunicorn_logger.level)
# Make all log formats consistent
formatter = logging.Formatter(
"[%(asctime)s] [%(levelname)s] [%(module)s] %(message)s",
"[%(asctime)s] [%(levelname)s] [%(module)s] %(message)s",
"%Y-%m-%d %H:%M:%S %z"
)
for handler in app.logger.handlers:
Expand Down

0 comments on commit d800b71

Please sign in to comment.