Envoy has a CLI flag --component-log-level
where you can set an individual component's log level. For example --component-log-level rbac:debug
to enable debug logging of the rbac component. It would be great if this could be exposed as an annotation and/or an environment variable, much like KUMA_DATAPLANE_RUNTIME_ENVOY_LOG_LEVEL
.