mirror of
https://github.com/simon987/od-database.git
synced 2025-04-16 08:56:44 +00:00
More debug logging
This commit is contained in:
parent
98f43f817a
commit
254d6ea44e
@ -139,6 +139,8 @@ class ElasticSearchEngine(SearchEngine):
|
||||
except Exception as e:
|
||||
logger.error(str(e))
|
||||
|
||||
logger.debug("Done deleting for " + str(website_id))
|
||||
|
||||
def _delete(self, docs):
|
||||
bulk_string = self.create_bulk_delete_string(docs)
|
||||
result = self.es.bulk(body=bulk_string, index=self.index_name, doc_type="file", request_timeout=30)
|
||||
|
Loading…
x
Reference in New Issue
Block a user