mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 19:19:11 +08:00
change logs print format.
This commit is contained in:
parent
719dc43af1
commit
9be4e97625
@ -81,7 +81,7 @@ func (store *ElasticStore) initialize(configuration weed_util.Configuration, pre
|
||||
if store.maxPageSize <= 0 {
|
||||
store.maxPageSize = 10000
|
||||
}
|
||||
glog.Infof("filer store elastic endpoints: %s.", servers)
|
||||
glog.Infof("filer store elastic endpoints: %v.", servers)
|
||||
return options
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user