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