fix loglevel
This commit is contained in:
parent
5413d2e7aa
commit
4f660a3e9e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func RunHealthCheck(conf config.Config, t *types.Task, data types.HealthCheckDat
|
||||||
if err != nil {
|
if err != nil {
|
||||||
l.ErrorContext(ctx, "Removing File", "err", err, "path", path)
|
l.ErrorContext(ctx, "Removing File", "err", err, "path", path)
|
||||||
} else {
|
} else {
|
||||||
l.ErrorContext(ctx, "File Removed Succesfully", "path", path)
|
l.InfoContext(ctx, "File Removed Succesfully", "path", path)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue