Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kuo (Danswer) committed Jan 10, 2025
1 parent b6c2ecf commit 2163a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/background/celery/tasks/indexing/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def connector_indexing_proxy_task(
f"Indexing watchdog - starting: attempt={index_attempt_id} "
f"cc_pair={cc_pair_id} "
f"search_settings={search_settings_id} "
f"multiprocessing={multiprocessing.get_start_method()}"
f"mp_start_method={multiprocessing.get_start_method()}"
)

if not self.request.id:
Expand Down

0 comments on commit 2163a13

Please sign in to comment.