From 6d82f6bdbfc97f739ad755cfda06166d5d226912 Mon Sep 17 00:00:00 2001 From: Ming Deng Date: Wed, 25 Sep 2019 21:51:57 +0800 Subject: [PATCH] =?UTF-8?q?Remove=20chinese=20comment=20=E2=80=94=E2=80=94?= =?UTF-8?q?=20copy=20from=20example...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filter/impl/access_log_filter.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/filter/impl/access_log_filter.go b/filter/impl/access_log_filter.go index cfbb6678c0..2dadaaf4df 100644 --- a/filter/impl/access_log_filter.go +++ b/filter/impl/access_log_filter.go @@ -53,10 +53,8 @@ func init() { * you should config "accesslog" in service's config to tell the filter where store the access log. * for example: * "UserProvider": - # 可以指定多个registry,使用逗号隔开;不指定默认向所有注册中心注册 registry: "hangzhouzk" protocol : "dubbo" - # 相当于dubbo.xml中的interface interface : "com.ikurento.user.UserProvider" ... # other configuration accesslog: "/your/path/to/store/the/log/", # it should be the path of file.