adjust log or error

This commit is contained in:
Chris Lu
2019-04-21 10:14:17 -07:00
parent 316bd27f75
commit 132921ad41
4 changed files with 11 additions and 7 deletions

View File

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