-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glog currently doesn't support passing configuration via environment variables #506
Comments
Similarly, I can confirm it doesn't respect |
Please instead use CLI args until this is addressed. |
Yeah, I'll probably follow up with one, since log verbosity can't currently be configured through the Helm chart because of this. |
We have removed glog and replaced it with logrus and allow users to configure logging configuration via environment variables now. |
Summary
Kong Ingress controller version
0.7.0
Kong version
1.4
Kubernetes version
What happened
I want kong ingress controller to write logs to files. So according to https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/references/cli-arguments.md, I modify the ingressController env settings in the kong values.yaml as followings:
and when I descirbed the kong pod, I saw the following env for ingress-controller container:
but the logs are still writen to stdout rather than to file.
Expected behavior
The kong ingress-controller logs are written to file.
The text was updated successfully, but these errors were encountered: