Turning off elasticsearch logging.

This commit is contained in:
Samuel Clay 2021-06-09 13:09:53 -04:00
parent 1012779bf3
commit fc0b26437d

View file

@ -213,8 +213,8 @@ LOGGING = {
},
'elasticsearch.trace': {
'handlers': ['console', 'log_file'],
# 'level': 'ERROR',
'level': 'DEBUG',
'level': 'ERROR',
# 'level': 'DEBUG',
'propagate': False,
},
'newsblur': {