Add level to remote client glog.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
30e811c97c
commit
a321646e74
@ -40,7 +40,7 @@ type RemoteRuntimeService struct {
|
||||
|
||||
// NewRemoteRuntimeService creates a new internalapi.RuntimeService.
|
||||
func NewRemoteRuntimeService(endpoint string, connectionTimeout time.Duration) (internalapi.RuntimeService, error) {
|
||||
glog.Infof("Connecting to runtime service %s", endpoint)
|
||||
glog.V(3).Infof("Connecting to runtime service %s", endpoint)
|
||||
addr, dailer, err := util.GetAddressAndDialer(endpoint)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
Loading…
Reference in New Issue
Block a user