Merge "Enable UWSGI logging again"

This commit is contained in:
Zuul 2020-05-31 17:39:57 +00:00 committed by Gerrit Code Review
commit a3c4acd5bc

View File

@ -45,7 +45,6 @@ UWSGI_SETTINGS = {
'UWSGI_ADD_HEADER': 'Connection: close',
'UWSGI_BUFFER_SIZE': 65535,
'UWSGI_THUNDER_LOCK': True,
'UWSGI_DISABLE_LOGGING': True,
'UWSGI_AUTO_CHUNCKED': True,
'UWSGI_HTTP_RAW_BODY': True,
'UWSGI_SOCKET_TIMEOUT': 10,