From f375d9564ba12fd37ffe6610f23b7d5ac0871380 Mon Sep 17 00:00:00 2001 From: "Dr.Caduceus" Date: Thu, 9 Nov 2023 15:13:57 +0530 Subject: [PATCH] Bump to v1.3 --- bot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': {