In the AWS App Mesh scenario, the Service Connect Agent is utilized to generate static bootstrap configurations for Envoy proxies. Despite this setup, there is an observed issue where Envoy logs do not respect the ENVOY_LOG_LEVEL setting specified by the Service Connect Agent. This behavior is unexpected.
Description
When setting the ENVOY_LOG_LEVEL to off via the Service Connect Agent, Envoy sidecar containers continue to output logs at the info level. Despite correctly setting this environment variable here, it appears that Envoy is not respecting the specified log level.
Expected Behavior
Envoy should not produce any logs when ENVOY_LOG_LEVEL is set to off, as per the configuration defined by the Service Connect Agent.
Observed Behavior
Envoy continues to output logs at the info level, disregarding the ENVOY_LOG_LEVEL set to off. More detailed in this ticket
Summary
In the AWS App Mesh scenario, the Service Connect Agent is utilized to generate static bootstrap configurations for Envoy proxies. Despite this setup, there is an observed issue where Envoy logs do not respect the
ENVOY_LOG_LEVEL
setting specified by the Service Connect Agent. This behavior is unexpected.Description
When setting the ENVOY_LOG_LEVEL to
off
via the Service Connect Agent, Envoy sidecar containers continue to output logs at the info level. Despite correctly setting this environment variable here, it appears that Envoy is not respecting the specified log level.Expected Behavior
Envoy should not produce any logs when
ENVOY_LOG_LEVEL
is set tooff
, as per the configuration defined by the Service Connect Agent.Observed Behavior
Envoy continues to output logs at the
info
level, disregarding theENVOY_LOG_LEVEL
set tooff
. More detailed in this ticketEnvironment Details