Skip to content

Commit 3a2f66a

Browse files
authored
Change log level from info to debug for Watson indexing (#13748)
Now that this feature has been live for a while, I think we can reduce the logging a bit. Noticed a lot of logs for this during #13241
1 parent 7ddbd5f commit 3a2f66a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def update_watson_search_index_for_model(model_name, pk_list, *args, **kwargs):
265265
# Let watson handle the bulk indexing
266266
context_manager.end()
267267

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

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

0 commit comments

Comments
 (0)