diff --git a/backend/windmill-worker/src/python_executor.rs b/backend/windmill-worker/src/python_executor.rs index 22ab8cef0c..150c614a74 100644 --- a/backend/windmill-worker/src/python_executor.rs +++ b/backend/windmill-worker/src/python_executor.rs @@ -1588,6 +1588,7 @@ pub async fn handle_python_reqs( }); if canceled { + tracing::info!( // If there is listener on other side, workspace_id = %w_id_2,