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

Commit 75442f9

Browse files
authored
Merge pull request #157 from JoshVanL/readiness-expected-error
Change probe readiness log output to be less confusing for happy path
2 parents 46d2f79 + 2e9509f commit 75442f9

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)