diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-21 15:44:05 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-21 15:44:05 -0600 |
| commit | d0190ae7146a1a7f89b76ccb7f71430fca136d9d (patch) | |
| tree | 58cdff53c9ba15730e0ccdc7f21e59620c6e725e /bin | |
| parent | d319c49c79b85a7000a9453589a15536f97f97eb (diff) | |
chore: remote UI tests
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 \ |
