diff --git a/bot/config.py b/bot/config.py index d2ce2dc..56a8c5d 100644 --- a/bot/config.py +++ b/bot/config.py @@ -42,7 +42,7 @@ LOGGER_CONFIG_JSON = { 'handlers': ['file_handler', 'stream_handler'] }, 'uvicorn.error': { - 'level': 'WARNING', + 'level': 'CRITICAL', 'handlers': ['file_handler', 'stream_handler'] }, 'bot': {