Skip to content
Snippets Groups Projects
Commit 5c3faf3e authored by Damien DESPRES's avatar Damien DESPRES
Browse files

Update doc_indexer.py

parent 6097418c
Branches
Tags
1 merge request!23merge dev into master
Pipeline #18645 passed
......@@ -158,7 +158,7 @@ def index_docs(channel, method, properties, body):
else:
channel.basic_nack(delivery_tag = method.delivery_tag, requeue=1)
#print("")
#logging.error(json.dumps(rep, indent=4))
logging.error(json.dumps(rep, indent=4))
raise Exception('Failed to push documents to Elasticsearch.')
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment