You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/08/26 08:40:44 UTC

[apisix] branch master updated (0bb8f46 -> 9070a4f)

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

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


    from 0bb8f46  change: allow users to see warnings by default (#2116)
     add 9070a4f  feature: implemented plugin `log-rotate`, rotate log by interval time. (#2097)

No new revisions were added by this update.

Summary of changes:
 apisix/init.lua                                    |   6 +
 apisix/plugins/log-rotate.lua                      | 243 +++++++++++++++++++++
 conf/config-default.yaml                           |   5 +
 doc/README.md                                      |   1 +
 doc/plugins/log-rotate.md                          |  88 ++++++++
 doc/zh-cn/README.md                                |   1 +
 doc/zh-cn/plugins/log-rotate.md                    |  82 +++++++
 .../log-rotate.t}                                  |  63 ++++--
 8 files changed, 466 insertions(+), 23 deletions(-)
 create mode 100644 apisix/plugins/log-rotate.lua
 create mode 100644 doc/plugins/log-rotate.md
 create mode 100644 doc/zh-cn/plugins/log-rotate.md
 copy t/{admin/stream-routes-disable.t => plugin/log-rotate.t} (61%)