Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk authored Apr 12, 2024
1 parent 4eb5552 commit 00e2c76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rer/solrpush/browser/maintenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,9 @@ def sync_contents(
if brain.UID not in solr_items:
# missing from solr: try to index it
try:
logger.info("send to solr")
res = push_to_solr(item)
logger.info("received response from solr")
if res:
indexed.append(brain.getPath())
except SolrError as e:
Expand Down

0 comments on commit 00e2c76

Please sign in to comment.