You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/11 07:44:09 UTC

[GitHub] [apisix-ingress-controller] tokers opened a new pull request #81: fix: skip 3 frames to see the caller of log methods

tokers opened a new pull request #81:
URL: https://github.com/apache/apisix-ingress-controller/pull/81


   


----------------------------------------------------------------
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.

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



[GitHub] [apisix-ingress-controller] tokers commented on pull request #81: fix: skip 3 frames to see the caller of log methods

Posted by GitBox <gi...@apache.org>.
tokers commented on pull request #81:
URL: https://github.com/apache/apisix-ingress-controller/pull/81#issuecomment-743074752


   > It seems that we have a lot of encapsulation levels.
   
   Just 3 stack frames need to be skipped:
   
   ```
   zapcore.Write
   logger.write
   logger.Info
   caller
   ```


----------------------------------------------------------------
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.

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



[GitHub] [apisix-ingress-controller] gxthrj commented on pull request #81: fix: skip 3 frames to see the caller of log methods

Posted by GitBox <gi...@apache.org>.
gxthrj commented on pull request #81:
URL: https://github.com/apache/apisix-ingress-controller/pull/81#issuecomment-743072416


   It seems that we have a lot of encapsulation levels.


----------------------------------------------------------------
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.

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



[GitHub] [apisix-ingress-controller] tokers merged pull request #81: fix: skip 3 frames to see the caller of log methods

Posted by GitBox <gi...@apache.org>.
tokers merged pull request #81:
URL: https://github.com/apache/apisix-ingress-controller/pull/81


   


----------------------------------------------------------------
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.

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