Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dojo/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def update_watson_search_index_for_model(model_name, pk_list, *args, **kwargs):
# Let watson handle the bulk indexing
context_manager.end()

logger.info(f"Completed async watson index update: {instances_added} updated, {instances_skipped} skipped")
logger.debug(f"Completed async watson index update: {instances_added} updated, {instances_skipped} skipped")

except Exception as e:
logger.error(f"Watson async index update failed for {model_name}: {e}")
Expand Down