Skip to content

Commit

Permalink
connection.go: add V(5) to connecting message
Browse files Browse the repository at this point in the history
Currently, the livenessprobe outputs this connection message for every
check.

Signed-off-by: Steven Davidovitz <steven.davidovitz@dominodatalab.com>
  • Loading branch information
steved committed Dec 29, 2020
1 parent ffd4067 commit 75fbafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func connect(
return nil, errors.New("OnConnectionLoss callback only supported for unix:// addresses")
}

klog.Infof("Connecting to %s", address)
klog.V(5).Infof("Connecting to %s", address)

// Connect in background.
var conn *grpc.ClientConn
Expand Down

0 comments on commit 75fbafd

Please sign in to comment.