You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/11/16 08:23:15 UTC

[GitHub] [dubbo-go] XiaoWeiKIN commented on issue #1590: filter specifications suggest

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org