You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/11/30 06:43:26 UTC

[apisix] branch master updated (f267291 -> e66dd9a)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from f267291  feat(prometheus): allow customizing Prometheus export uri (#2826)
     add e66dd9a  feat: implement `error-log-logger` plug-in (#2592)

No new revisions were added by this update.

Summary of changes:
 apisix/cli/ngx_tpl.lua                             |   4 +
 apisix/plugins/error-log-logger.lua                | 206 ++++++++++++
 conf/config-default.yaml                           |   1 +
 doc/plugins/{tcp-logger.md => error-log-logger.md} |  95 +++---
 doc/zh-cn/plugins/error-log-logger.md              |  99 ++++++
 t/APISIX.pm                                        |   1 +
 t/plugin/error-log-logger.t                        | 353 +++++++++++++++++++++
 7 files changed, 706 insertions(+), 53 deletions(-)
 create mode 100644 apisix/plugins/error-log-logger.lua
 copy doc/plugins/{tcp-logger.md => error-log-logger.md} (50%)
 create mode 100644 doc/zh-cn/plugins/error-log-logger.md
 create mode 100644 t/plugin/error-log-logger.t