adjust log level

This commit is contained in:
Chris Lu
2019-04-26 09:32:07 -07:00
parent 575926cdec
commit 108d0fb08d
3 changed files with 3 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ func (ms *MasterServer) SendHeartbeat(stream master_pb.Seaweed_SendHeartbeatServ
}
}
glog.V(2).Infof("master received heartbeat %s", heartbeat.String())
glog.V(4).Infof("master received heartbeat %s", heartbeat.String())
message := &master_pb.VolumeLocation{
Url: dn.Url(),
PublicUrl: dn.PublicUrl,