XiaoWeiKIN commented on issue #1590:
URL: https://github.com/apache/dubbo-go/issues/1590#issuecomment-970013012
```go
func (paf *ProviderAuthFilter) Invoke(ctx context.Context, invoker
protocol.Invoker, invocation protocol.Invocation) protocol.Result {
logger.Infof("invoking providerAuth filter.")
url := invoker.GetURL()
```
禁止在 filter.invoke 方法内,打印毫无意义的日志。如果要打印,建议设置为 debug。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]