mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Turning off django's db logging in console.
This commit is contained in:
parent
1baa7b6e22
commit
9accbf83c1
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ LOGGING = {
|
|||
},
|
||||
'django.db.backends': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG',
|
||||
'level': 'INFO',
|
||||
'propagate': False,
|
||||
},
|
||||
'django.security.DisallowedHost': {
|
||||
|
|
Loading…
Add table
Reference in a new issue