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 f6d680d commit cccef44
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 @@ -27,7 +27,7 @@

logger = logging.getLogger(__name__)
stream_handler = logging.StreamHandler(sys.stdout)
log_formatter = logging.Formatter('%(levelname)s:\t%(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 cccef44

Please sign in to comment.