diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-28 12:34:58 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-28 12:34:58 -0600 |
| commit | 5b6ed074bfb9c99d24d17dd9ba720d69fadf91b1 (patch) | |
| tree | 74474329b307000c45bfee2e6618985aded69dd9 /bin | |
| parent | 591f293c8bcf464ed62701321d3f27de31ceb621 (diff) | |
refactor: delete jwt verification code
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/envoy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envoy.sh b/bin/envoy.sh index 692167c..219228f 100755 --- a/bin/envoy.sh +++ b/bin/envoy.sh @@ -33,4 +33,4 @@ fi envoy \ --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 + --component-log-level admin:warn,connection:warn,ext_authz:info,grpc:info,health_checker:warn,http:warn,http2:warn,jwt:trace,oauth2:warn,router:warn,secret:warn,upstream:warn |
