Adjust authserver log level

This commit is contained in:
Tanner Collin 2022-06-03 00:34:35 +00:00
parent 859b716f2d
commit 4aee074527

View File

@ -45,7 +45,7 @@ LOG_DICT = {
},
},
'root': {
'level': 'DEBUG',
'level': 'INFO',
'handlers': ['wsgi']
}
}