Skip to content

Commit 75fbafd

Browse files
committed
connection.go: add V(5) to connecting message
Currently, the livenessprobe outputs this connection message for every check. Signed-off-by: Steven Davidovitz <steven.davidovitz@dominodatalab.com>
1 parent ffd4067 commit 75fbafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func connect(
150150
return nil, errors.New("OnConnectionLoss callback only supported for unix:// addresses")
151151
}
152152

153-
klog.Infof("Connecting to %s", address)
153+
klog.V(5).Infof("Connecting to %s", address)
154154

155155
// Connect in background.
156156
var conn *grpc.ClientConn

0 commit comments

Comments
 (0)