From 4f660a3e9e1a5b897e736f409347ceb24214b9a0 Mon Sep 17 00:00:00 2001 From: speatzle Date: Tue, 21 May 2024 15:40:22 +0200 Subject: [PATCH] fix loglevel --- task/healthcheck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/healthcheck.go b/task/healthcheck.go index aa2e1f7..018b0bf 100644 --- a/task/healthcheck.go +++ b/task/healthcheck.go @@ -69,7 +69,7 @@ func RunHealthCheck(conf config.Config, t *types.Task, data types.HealthCheckDat if err != nil { l.ErrorContext(ctx, "Removing File", "err", err, "path", path) } else { - l.ErrorContext(ctx, "File Removed Succesfully", "path", path) + l.InfoContext(ctx, "File Removed Succesfully", "path", path) } }()