Skip to content

Commit

Permalink
fix: do not log readiness checks
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Zapletal <[email protected]>
  • Loading branch information
lzap committed Apr 4, 2024
1 parent 96932f3 commit 6ff7fe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/routes/readiness.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func GetReadinessStatus(g WebGetter) http.HandlerFunc {
})
} else {
w.WriteHeader(http.StatusOK)
log.Debug("Readiness probe succeeded.")
respondWithJSONBody(w, nil, ReadinessStatus{
Readiness: "ready",
})
Expand Down

0 comments on commit 6ff7fe7

Please sign in to comment.