Commit 2bf2a6c7 by Clinton Blackburn

Silenced noisy output from Elasticsearch and urllib3

ECOM-3982
parent 6c6f49f0
......@@ -231,6 +231,16 @@ LOGGING = {
'propagate': True,
'level': 'WARNING'
},
'elasticsearch': {
'handlers': ['console'],
'propagate': True,
'level': 'WARNING'
},
'urllib3': {
'handlers': ['console'],
'propagate': True,
'level': 'WARNING'
},
'django.request': {
'handlers': ['console'],
'propagate': True,
......
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