This is an automated email from the ASF dual-hosted git repository.
ashishtiwari 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 8d01442 feat: enable loki-logger plugin (#724)
8d01442 is described below
commit 8d014422bdc84d88751f2672ca771bad6ca7f8f7
Author: Martin Štefany <[email protected]>
AuthorDate: Wed Mar 20 08:40:45 2024 +0100
feat: enable loki-logger plugin (#724)
---
charts/apisix-ingress-controller/templates/apisix-configmap.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/charts/apisix-ingress-controller/templates/apisix-configmap.yaml
b/charts/apisix-ingress-controller/templates/apisix-configmap.yaml
index f26fd32..cb41c4f 100644
--- a/charts/apisix-ingress-controller/templates/apisix-configmap.yaml
+++ b/charts/apisix-ingress-controller/templates/apisix-configmap.yaml
@@ -132,6 +132,7 @@ data:
- public-api # priority: 501
- prometheus # priority: 500
- datadog # priority: 495
+ - loki-logger # priority: 414
- elasticsearch-logger # priority: 413
- echo # priority: 412
- loggly # priority: 411