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 +}