Skip to content

Commit 644f900

Browse files
committed
set WaitHealthy logs to debug
1 parent cb77a11 commit 644f900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/clclient/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func (c *ChainlinkClient) WaitHealthy(pattern, status string, attempts uint) err
139139
}
140140
err = retry.Do(
141141
func() error {
142-
framework.L.Info().Str(NodeURL, c.Config.URL).Uint("Attempts", attempts).Msg("Awaiting Chainlink node health status")
142+
framework.L.Debug().Str(NodeURL, c.Config.URL).Uint("Attempts", attempts).Msg("Awaiting Chainlink node health status")
143143
resp, err := c.APIClient.R().
144144
SetResult(&respBody).
145145
Get("/health")

0 commit comments

Comments
 (0)