-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.5
-
False
-
-
False
What is the nature and description of the request?
Currently we have the following article for enabling debug logging in RPM based installs of envoy: https://access.redhat.com/solutions/7103904
But this process does not translate well to the containerized install because the container appears to only be starting up with the following command:
"Cmd": [ "/usr/bin/envoy", "--config-path", "/etc/envoy/envoy.yaml" ],
Why does the customer need this? (List the business requirements here)
So TSE's can troubleshoot issues with envoy in containerized installs.
How would you like to achieve this? (List the functional requirements here)
Not sure if the command could be changed so that it could be set with an environment variable on startup? https://stackoverflow.com/questions/77134294/how-to-change-log-level-of-envoy-proxy-with-environment-variable
Just need something that allows the logging level behavior to be changed on container start and have it be easily changed.