diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/envoy-shim (renamed from bin/envoy.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envoy.sh b/bin/envoy-shim index 433ea22..f358631 100755 --- a/bin/envoy.sh +++ b/bin/envoy-shim @@ -30,7 +30,7 @@ if ! command -v envoy > /dev/null 2>&1; then fi # https://github.com/envoyproxy/envoy/blob/48f93b68232aba15b5b14743a134691926749122//source/common/common/logger.h#L36 -envoy \ +exec envoy \ --base-id 0 \ --config-yaml "$yaml" \ --log-level warn \ |
