From 2163a138ed57d604d97d8f3ed9fa6daa48be9a59 Mon Sep 17 00:00:00 2001 From: "Richard Kuo (Danswer)" Date: Fri, 10 Jan 2025 12:41:05 -0800 Subject: [PATCH] logging --- backend/onyx/background/celery/tasks/indexing/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/onyx/background/celery/tasks/indexing/tasks.py b/backend/onyx/background/celery/tasks/indexing/tasks.py index b29dd1e8a..771ee8e70 100644 --- a/backend/onyx/background/celery/tasks/indexing/tasks.py +++ b/backend/onyx/background/celery/tasks/indexing/tasks.py @@ -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: