Commit c38270d5 by Oleg Marshev

Do not propagate es trace log twice.

parent 2a7ed61e
......@@ -73,11 +73,16 @@ LOGGING = {
'level': 'DEBUG',
'propagate': True
},
'elasticsearch.trace': {
'notesapi.v1.views': {
'handlers': ['console'],
'level': 'DEBUG',
'propagate': True
},
'elasticsearch.trace': {
'handlers': ['console'],
'level': 'DEBUG',
'propagate': False
},
'elasticsearch': {
'handlers': ['console'],
'level': 'WARNING',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment