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 c04886f commit 3b1f078Copy full SHA for 3b1f078
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().Bool("found", found).Msg("Server found exit")
+ log.Info().Bool("found", found).Str("id", id).Msg("Server found exit")
90
return found
91
}
92
0 commit comments