Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed Apr 26, 2023
2 parents 2f4834a + 9be0bfd commit 922478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def main() -> NoReturn:

# Set all loggers to level Error
for logger_name in logging.root.manager.loggerDict:
logging.getLogger(logger_name).setLevel(logging.ERROR)
logging.getLogger(logger_name).setLevel(logging.CRITICAL)

# Define stream formatter and handler
stream_formatter = colorlog.ColoredFormatter(
Expand Down

0 comments on commit 922478c

Please sign in to comment.