summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 17:33:45 -0600
committermo khan <mo@mokhan.ca>2025-07-03 17:33:45 -0600
commitd1cbd2a1964cce598fc930e159617d4a2539b127 (patch)
treede758d4a98da6fb3d7c9ad1d7daf0161d03705c6 /Procfile
parent65be0bfb6f86929b9ca0ac65be94e4aa7962dcc9 (diff)
chore: tune envoy log level
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 6646bcf9..8b877560 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
authzd: ./bin/authzd
-envoy: ./bin/envoy -c ./etc/envoy/envoy.yaml --service-cluster authzd --service-node authzd
+envoy: ./bin/envoy -c ./etc/envoy/envoy.yaml --service-cluster authzd --service-node authzd --log-level warn --component-log-level admin:warn,connection:warn,grpc:debug,http:warn,http2:warn,router:warn,upstream:warn