diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-03 17:54:11 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-03 17:54:11 -0600 |
| commit | 96109c8d2b15d0016fe4abf055dd9df595591945 (patch) | |
| tree | 784bf8fa068ba2b18df3871a3e83d82d1ace7191 /bin | |
| parent | 0b55f462336d45bd58af603c5ca74562aa869301 (diff) | |
chore: explicitly set the base-id
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/envoy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/envoy.sh b/bin/envoy.sh index 692167c..433ea22 100755 --- a/bin/envoy.sh +++ b/bin/envoy.sh @@ -31,6 +31,7 @@ fi # https://github.com/envoyproxy/envoy/blob/48f93b68232aba15b5b14743a134691926749122//source/common/common/logger.h#L36 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 |
