Do not output all SQL queries

This commit is contained in:
Raphael Michel
2015-06-15 18:45:15 +02:00
parent d0f20422b4
commit bfbc08a6ff

View File

@@ -243,7 +243,7 @@ LOGGING = {
'level': loglevel,
'propagate': True,
},
'django.db.backends.schema': {
'django.db.backends': {
'handlers': ['file', 'console'],
'level': 'INFO', # Do not output all the queries
'propagate': True,