diff --git a/core/services/pipeline/runner.go b/core/services/pipeline/runner.go index 1fc2fc46336..8722b1371e0 100644 --- a/core/services/pipeline/runner.go +++ b/core/services/pipeline/runner.go @@ -518,7 +518,7 @@ func (r *runner) run(ctx context.Context, pipeline *Pipeline, run *Run, vars Var } else if run.HasErrors() { l = l.With("run.AllErrors", run.AllErrors) l.Debugw("Completed pipeline run with errors") - } else { + } else if r.config.VerboseLogging() { l.Debugw("Completed pipeline run successfully") }