Updated: Turns out this is not a cron function. I get the same behavior when running a script from the command line if there really is an entry for processing and interacting with ElasticSearch.
I have a cron job that runs a python script that uses pyelasticsearch to index some documents in an ElasticSearch instance. The script works fine from the command line, but when run through cron, this leads to an error:
No handlers found for "elasticsearch.trace" log
Obviously, there is some log configuration problem that only appears when running in cron mode, but I donβt understand what it is. Any insight?
python django pyelasticsearch
Laizer
source share