From f7db5613045e3be2284163db9e12ba3ff2f05f94 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 7 Dec 2024 17:17:25 +0100 Subject: [PATCH] fix tracing --- backend/windmill-worker/src/result_processor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/windmill-worker/src/result_processor.rs b/backend/windmill-worker/src/result_processor.rs index a897459224..69684eb271 100644 --- a/backend/windmill-worker/src/result_processor.rs +++ b/backend/windmill-worker/src/result_processor.rs @@ -149,7 +149,6 @@ pub fn start_background_processor( if let Some(root_job) = root_job { windmill_common::otel_ee::add_root_flow_job_to_otlp(&root_job, success); - tracing::error!(job_id = %root_job.id, parent_job = ?root_job.parent_job, "ADDDED root job completed"); } if is_init_script_and_failure {