You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/09/02 10:06:54 UTC

[apisix-helm-chart] branch master updated: Add plugin file-logger to the configuration file (#337)

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

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 70791ec  Add  plugin file-logger  to the configuration file (#337)
70791ec is described below

commit 70791ec7062bbd16357311c157c3b50ff77d8fea
Author: ouweijun1 <11...@users.noreply.github.com>
AuthorDate: Fri Sep 2 18:06:48 2022 +0800

    Add  plugin file-logger  to the configuration file (#337)
    
    * Add  plugin file-logger  to the configuration file
    
    * Add plugin file-logger to the configuration file
    
    Co-authored-by: ouweijun <ou...@37.com>
---
 charts/apisix/values.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 0071c6c..5cff5eb 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -202,6 +202,7 @@ plugins:
   - cors
   - echo
   - fault-injection
+  - file-logger
   - grpc-transcode
   - hmac-auth
   - http-logger