We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af6851 commit c04886fCopy full SHA for c04886f
pkg/deployment/resources/member_cleanup.go
@@ -86,7 +86,7 @@ func (r *Resources) cleanupRemovedClusterMembers() error {
86
87
serverFound := func(id string) bool {
88
_, found := h.Health[driver.ServerID(id)]
89
- log.Info().Msg("Server found exit")
+ log.Info().Bool("found", found).Msg("Server found exit")
90
return found
91
}
92
0 commit comments