Browse Source

change logs print format.

pull/1455/head
ruitao.liu 4 years ago
parent
commit
9be4e97625
  1. 2
      weed/filer/elastic/v7/elastic_store.go

2
weed/filer/elastic/v7/elastic_store.go

@ -81,7 +81,7 @@ func (store *ElasticStore) initialize(configuration weed_util.Configuration, pre
if store.maxPageSize <= 0 { if store.maxPageSize <= 0 {
store.maxPageSize = 10000 store.maxPageSize = 10000
} }
glog.Infof("filer store elastic endpoints: %s.", servers)
glog.Infof("filer store elastic endpoints: %v.", servers)
return options return options
} }

Loading…
Cancel
Save