-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Comments
no, pls see the import statement import static org.apache.dubbo.rpc.Constants.ACCESS_LOG_KEY; |
lonre
added a commit
to lonre/dubbo
that referenced
this issue
Jul 13, 2019
lonre
added a commit
to lonre/dubbo
that referenced
this issue
Jul 13, 2019
which introduced by apache#4038
beiwei30
pushed a commit
that referenced
this issue
Jul 15, 2019
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
String accessLogKey = invoker.getUrl().getParameter(ACCESS_LOG_KEY);
是不是应该改成
String accessLogKey = invoker.getUrl().getParameter(Constants.ACCESS_LOG_KEY);
url里面没有dubbo.accesslog参数
The text was updated successfully, but these errors were encountered: