level must be an integer, error in elasticsearch level must be an integer, error in elasticsearch elasticsearch elasticsearch

level must be an integer, error in elasticsearch


I don't have an ElasticSearch setup to try this on, but you could try modifying settings.py, add the following to the top of settings.py

import logging

And change

ELASTICSEARCH_LOG_LEVEL= 'log.DEBUG'

to

ELASTICSEARCH_LOG_LEVEL= logging.DEBUG

If the above still doesn't work, you can try this instead:

ELASTICSEARCH_LOG_LEVEL= 10