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) } }()