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

2.7.2 AccessLogFilter #4374

Closed
gioxiao opened this issue Jun 24, 2019 · 1 comment
Closed

2.7.2 AccessLogFilter #4374

gioxiao opened this issue Jun 24, 2019 · 1 comment

Comments

@gioxiao
Copy link

gioxiao commented Jun 24, 2019

String accessLogKey = invoker.getUrl().getParameter(ACCESS_LOG_KEY);
是不是应该改成
String accessLogKey = invoker.getUrl().getParameter(Constants.ACCESS_LOG_KEY);
url里面没有dubbo.accesslog参数

@kexianjun
Copy link
Member

no, pls see the import statement

import static org.apache.dubbo.rpc.Constants.ACCESS_LOG_KEY;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants