Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ftr: AccessLogFilter support #214

Merged
merged 10 commits into from
Sep 26, 2019
2 changes: 0 additions & 2 deletions filter/impl/access_log_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,使用逗号隔开;不指定默认向所有注册中心注册
flycash marked this conversation as resolved.
Show resolved Hide resolved
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.
Expand Down