Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 2e9509f

Browse files
committed
Change probe readiness log output to be less confusing for happy path
Signed-off-by: JoshVanL <[email protected]>
1 parent 46d2f79 commit 2e9509f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/probe/probe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ func (h *HealthCheck) Check() error {
6666

6767
h.ready = true
6868

69+
klog.V(4).Infof("OIDC provider initialized, readiness check returned expected error: %s", err)
6970
klog.Info("OIDC provider initialized, proxy ready")
70-
klog.V(4).Infof("OIDC provider initialized, readiness check returned error: %s", err)
7171

7272
return nil
7373
}

0 commit comments

Comments
 (0)