cmd/server/healthcheck: info log success instead of debug (#17093)

This commit is contained in:
Marc 'risson' Schmitt
2025-09-29 14:48:38 +02:00
committed by GitHub
parent e0917490e3
commit f92abbf291

View File

@@ -133,6 +133,6 @@ func checkWorker() int {
}
}
log.Debug("successfully checked health")
log.Info("successfully checked health")
return 0
}