diff --git a/crates/derive/src/pipeline/core.rs b/crates/derive/src/pipeline/core.rs index 93b1b3f0..6b3ddda1 100644 --- a/crates/derive/src/pipeline/core.rs +++ b/crates/derive/src/pipeline/core.rs @@ -177,7 +177,7 @@ where StepResult::AdvancedOrigin } PipelineErrorKind::Temporary(_) => { - trace!(target: "pipeline", "Attributes queue step failed temporarily: {:?}", err); + trace!(target: "pipeline", "Attributes queue step failed due to temporary error: {:?}", err); StepResult::StepFailed(err) } _ => {