Turn down gunicorn logging, reorder request logging
This commit is contained in:
@@ -239,7 +239,7 @@ LOGGING = {
|
||||
'loggers': {
|
||||
'gunicorn': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG',
|
||||
'level': 'DEBUG' if DEBUG else 'INFO',
|
||||
'propagate': False,
|
||||
},
|
||||
'': {
|
||||
|
||||
Reference in New Issue
Block a user