Bump to v1.3

This commit is contained in:
Dr.Caduceus
2023-11-09 13:59:40 +05:30
committed by GitHub
parent 8aa4fd27e6
commit 5d73d86416

View File

@@ -37,11 +37,11 @@ LOGGER_CONFIG_JSON = {
}
},
'loggers': {
'hypercorn': {
'uvicorn': {
'level': 'INFO',
'handlers': ['file_handler', 'stream_handler']
},
'hypercorn.error': {
'uvicorn.error': {
'level': 'WARNING',
'handlers': ['file_handler', 'stream_handler']
},