Summary
It would be helpful if the log level for Envoy was configurable for debuggability or potentially just set to info
by default. Currently the log level for Envoy is set to critical (executor/transformer.go#L727).
Expected Result
When I set a bosh property to configure log level for envoy I want to be able to call cf logs my-app
and see proxy logs.
Open to other ways of configuring the log level too if bosh property isn't the best way to do this.