diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-03-19 04:42:57 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-03-19 04:42:57 -0700 |
| commit | 76bf72e8ef79e63b710d6b577140ad3df43ca56d (patch) | |
| tree | bc9d457ace51a4e1094bc012cc09145a64c05615 /go | |
| parent | 37dd41ab91147e1c1f3a656b062166fca0e8b017 (diff) | |
| download | seaweedfs-76bf72e8ef79e63b710d6b577140ad3df43ca56d.tar.xz seaweedfs-76bf72e8ef79e63b710d6b577140ad3df43ca56d.zip | |
adjust log level
Diffstat (limited to 'go')
| -rw-r--r-- | go/topology/cluster_commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/topology/cluster_commands.go b/go/topology/cluster_commands.go index dc0a40c8d..d859cf656 100644 --- a/go/topology/cluster_commands.go +++ b/go/topology/cluster_commands.go @@ -25,7 +25,7 @@ func (c *MaxVolumeIdCommand) Apply(server raft.Server) (interface{}, error) { before := topo.GetMaxVolumeId() topo.UpAdjustMaxVolumeId(c.MaxVolumeId) - glog.V(0).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId()) + glog.V(2).Infoln("max volume id", before, "==>", topo.GetMaxVolumeId()) return nil, nil } |
