mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Turning off elasticsearch logging.
This commit is contained in:
parent
1012779bf3
commit
fc0b26437d
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@ LOGGING = {
|
|||
},
|
||||
'elasticsearch.trace': {
|
||||
'handlers': ['console', 'log_file'],
|
||||
# 'level': 'ERROR',
|
||||
'level': 'DEBUG',
|
||||
'level': 'ERROR',
|
||||
# 'level': 'DEBUG',
|
||||
'propagate': False,
|
||||
},
|
||||
'newsblur': {
|
||||
|
|
Loading…
Add table
Reference in a new issue