Uploaded image for project: 'Ansible Automation Platform RFEs'
  1. Ansible Automation Platform RFEs
  2. AAPRFE-1870

Envoy needs to be able to enable debug logging for containerized install

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • 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.

              dysilva Dylan Silva
              rhn-support-nabecker Nate Becker
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: