Enable UWSGI logging again

Change-Id: I01c51596fa90848d3ec86952953fb1b697bc0f10
This commit is contained in:
Mohammed Naser 2020-05-31 12:39:42 -04:00
parent 16725c38c1
commit 395f4dd883

View File

@ -47,7 +47,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,