mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
cmd/server/healthcheck: info log success instead of debug (#17093)
This commit is contained in:
committed by
GitHub
parent
e0917490e3
commit
f92abbf291
@@ -133,6 +133,6 @@ func checkWorker() int {
|
||||
}
|
||||
}
|
||||
|
||||
log.Debug("successfully checked health")
|
||||
log.Info("successfully checked health")
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user