aws / aws-application-networking-k8s

A Kubernetes controller for Amazon VPC Lattice
https://www.gateway-api-controller.eks.aws.dev/
Apache License 2.0
176 stars 50 forks source link

How to activate debug log level ? #530

Closed allamand closed 1 year ago

allamand commented 1 year ago

there is a log.level parameter in the Helm Chart, I wanted to use to activate debug logs, but it seems it does not create the associated environment variable in the Deployment

zijun726911 commented 1 year ago

Thanks for reporting that issue. yes, it make sense, we will add an environment variable to enable debug level log for the next release.

mikhail-aws commented 1 year ago

I'm going to add support for log.level, "debug", "error", "panic", "info". With default "info"