diff options
Diffstat (limited to 'bin/envoy.sh')
| -rwxr-xr-x | bin/envoy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/envoy.sh b/bin/envoy.sh index 67ea54c..7f2dcee 100755 --- a/bin/envoy.sh +++ b/bin/envoy.sh @@ -29,8 +29,8 @@ if ! command -v envoy; then exit 1 fi -echo "[$(date "+%H:%M:%S")] ==> Starting…" +# https://github.com/envoyproxy/envoy/blob/48f93b68232aba15b5b14743a134691926749122//source/common/common/logger.h#L36 envoy \ --config-yaml "$yaml" \ --log-level warn \ - --component-log-level oauth2:trace + --component-log-level admin:warn,connection:warn,ext_authz:info,grpc:info,health_checker:warn,http:warn,http2:warn,jwt:warn,oauth2:warn,router:warn,secret:warn,upstream:warn |
