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 2022/01/21 09:02:53 UTC

[apisix] branch master updated (b8b2a0f -> 8114ca5)

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 b8b2a0f  test: ensure custom variable can be used in log format (#6163)
     add 8114ca5  feat: add `file-logger` plugin (#5831)

No new revisions were added by this update.

Summary of changes:
 apisix/plugins/file-logger.lua                     |  97 ++++++++++
 conf/config-default.yaml                           |   1 +
 docs/en/latest/config.json                         |   3 +-
 docs/en/latest/plugins/file-logger.md              | 122 +++++++++++++
 docs/zh/latest/config.json                         |   3 +-
 .../plugins/{http-logger.md => file-logger.md}     |  58 +++---
 t/admin/plugins.t                                  |   1 +
 t/plugin/file-logger.t                             | 201 +++++++++++++++++++++
 8 files changed, 449 insertions(+), 37 deletions(-)
 create mode 100644 apisix/plugins/file-logger.lua
 create mode 100644 docs/en/latest/plugins/file-logger.md
 copy docs/zh/latest/plugins/{http-logger.md => file-logger.md} (50%)
 create mode 100644 t/plugin/file-logger.t