From e96a348fc18501db8f13f029aebc18efe141defd Mon Sep 17 00:00:00 2001 From: "Dr.Caduceus" Date: Tue, 7 Nov 2023 14:39:38 +0530 Subject: [PATCH] Bump to v1.1 --- bot/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/config.py b/bot/config.py index 774ffa0..8ce66d7 100644 --- a/bot/config.py +++ b/bot/config.py @@ -37,11 +37,11 @@ LOGGER_CONFIG_JSON = { } }, 'loggers': { - 'uvicorn': { + 'hypercorn': { 'level': 'INFO', 'handlers': ['file_handler', 'stream_handler'] }, - 'uvicorn.error': { + 'hypercorn.error': { 'level': 'WARNING', 'handlers': ['file_handler', 'stream_handler'] }, @@ -50,4 +50,4 @@ LOGGER_CONFIG_JSON = { 'handlers': ['file_handler', 'stream_handler'] } } -} \ No newline at end of file +}