Add optional query logging
This commit is contained in:
parent
8f05ba9884
commit
d1e4f2ca9d
|
@ -250,6 +250,11 @@ LOGGING = {
|
|||
},
|
||||
},
|
||||
'loggers': {
|
||||
#'django.db.backends': {
|
||||
# 'handlers': ['console'],
|
||||
# 'level': 'DEBUG',
|
||||
# 'propagate': False,
|
||||
# },
|
||||
'gunicorn': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG' if DEBUG else 'INFO',
|
||||
|
|
Loading…
Reference in New Issue
Block a user