wofr commented on issue #8036:
URL: https://github.com/apache/apisix/issues/8036#issuecomment-1271384579

   According 
[https://github.com/apache/apisix-helm-chart/tree/master/charts/apisix](https://github.com/apache/apisix-helm-chart/tree/master/charts/apisix)
  parmaters of the etcd could be set by using the prefix "etcd" , unfortunatly 
the apisix chart (0.11) uses the etcd bitami chart 
[https://artifacthub.io/packages/helm/bitnami/etcd/8.3.4 ]( 
https://artifacthub.io/packages/helm/bitnami/etcd/8.3.4)  and within this chart 
no parameter for switching the log-level is provided. Its introduced in later 
charts.
   
   It tried to set the environment variable  ETC_LOG_LEVEL but its not used
   
   ```
         - name: "etcd.ETCD_LOG_LEVEL"
           value: "debug"
   ```
   I guess I need to download the chart and adapt the setting to switch the 
log-level of etcd. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to