Bump to v1.3

This commit is contained in:
Dr.Caduceus
2023-11-09 15:13:57 +05:30
committed by GitHub
parent a80e004f89
commit f375d9564b

View File

@@ -42,7 +42,7 @@ LOGGER_CONFIG_JSON = {
'handlers': ['file_handler', 'stream_handler']
},
'uvicorn.error': {
'level': 'WARNING',
'level': 'CRITICAL',
'handlers': ['file_handler', 'stream_handler']
},
'bot': {