Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent d5d521b commit e79f27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

logger = logging.getLogger(__name__)
stream_handler = logging.StreamHandler(sys.stdout)
log_formatter = logging.Formatter('%(levelname)s: %(asctime)s - %(message)s')
log_formatter = logging.Formatter('%(levelname)s:\t%(message)s')
stream_handler.setFormatter(log_formatter)
logger.addHandler(stream_handler)

Expand Down

0 comments on commit e79f27b

Please sign in to comment.