From bca7301b35ac5dd89369fb42a3d8818467efac05 Mon Sep 17 00:00:00 2001 From: Ming Deng <mindeng@ebay.com> 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 cfbb6678c..2dadaaf4d 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" - # 鐩稿綋浜巇ubbo.xml涓殑interface interface : "com.ikurento.user.UserProvider" ... # other configuration accesslog: "/your/path/to/store/the/log/", # it should be the path of file. -- GitLab