We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pipefail
1 parent c741ea7 commit bb60ff4Copy full SHA for bb60ff4
docker/all-in-one/etc/supervisor/services/envoy.conf
@@ -1,7 +1,7 @@
1
[program:envoy]
2
# Workaround using `tee` to get `/dev/stdout` access logging to work, see:
3
# https://github.com/envoyproxy/envoy/issues/8297#issuecomment-620659781
4
-command=sh -c '/opt/envoy --config-path /etc/envoy/envoy.yaml | tee'
+command=bash -c 'set -o pipefail; /opt/envoy --config-path /etc/envoy/envoy.yaml 2>&1 | tee'
5
user=envoy
6
autorestart=false
7
autostart=false
0 commit comments