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 <[email protected]>
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 <[email protected]>
---
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