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/08 07:05:32 UTC

[GitHub] [apisix-ingress-controller] tokers opened a new issue #62: use zapcore to encapsulate a log package

tokers opened a new issue #62:
URL: https://github.com/apache/apisix-ingress-controller/issues/62


   We need a good log package, which must contains the following features:
   
   * support custom log level, log files
   * support custom log rotation options (can be added in the future)
   * support transmit logs to external servers like syslog server (can be added in the future)
   * high performance as soon as possible
   
   I propose to use [zapcore](https://github.com/uber-go/zap/tree/master/zapcore) to implement it.


----------------------------------------------------------------
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 issue #62: use zapcore to encapsulate a log package

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #62:
URL: https://github.com/apache/apisix-ingress-controller/issues/62#issuecomment-742172799


   Solved.


----------------------------------------------------------------
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 closed issue #62: use zapcore to encapsulate a log package

Posted by GitBox <gi...@apache.org>.
tokers closed issue #62:
URL: https://github.com/apache/apisix-ingress-controller/issues/62


   


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