From 9be4e97625808b5ab3eb235d529fff1c26f8ae59 Mon Sep 17 00:00:00 2001 From: "ruitao.liu" Date: Thu, 10 Sep 2020 16:30:15 +0800 Subject: [PATCH] change logs print format. --- weed/filer/elastic/v7/elastic_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/filer/elastic/v7/elastic_store.go b/weed/filer/elastic/v7/elastic_store.go index 5750b2fb8..8f2af25da 100644 --- a/weed/filer/elastic/v7/elastic_store.go +++ b/weed/filer/elastic/v7/elastic_store.go @@ -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 }