Skip to content

Commit

Permalink
update log format
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Apr 23, 2024
1 parent 3b0069e commit 972aa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def format(self, record):
REDIS_HOST = os.environ['REDIS_HOST']

# Setup logging
log_format = "%(asctime)s %(levelname)s %(message)s"
log_format = "%(levelname)s %(asctime)s %(message)s"
formatter = ColoredFormatter(log_format)

console_handler = logging.StreamHandler()
Expand Down

0 comments on commit 972aa14

Please sign in to comment.