fix loglevel

This commit is contained in:
speatzle 2024-05-21 15:40:22 +02:00
parent 5413d2e7aa
commit 4f660a3e9e

View file

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