diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/envoy-shim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/envoy-shim b/bin/envoy-shim index f358631..274369e 100755 --- a/bin/envoy-shim +++ b/bin/envoy-shim @@ -33,5 +33,5 @@ fi exec envoy \ --base-id 0 \ --config-yaml "$yaml" \ - --log-level warn \ - --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 + --log-level "$LOG_LEVEL" \ + --component-log-level admin:warn,connection:warn,ext_authz:info,grpc:warn,health_checker:warn,http:warn,http2:warn,jwt:warn,oauth2:warn,router:warn,secret:warn,upstream:warn |
