diff --git a/test/integration/connect/envoy/run-tests.windows.sh b/test/integration/connect/envoy/run-tests.windows.sh index c2e9a4660d..db7e90386f 100644 --- a/test/integration/connect/envoy/run-tests.windows.sh +++ b/test/integration/connect/envoy/run-tests.windows.sh @@ -411,6 +411,7 @@ function capture_logs { for cont in $services; do echo "Capturing log for $cont" + docker.exe logs "envoy_${cont}_1" docker.exe logs "envoy_${cont}_1" &> "${LOG_DIR}/${cont}.log" || { echo "EXIT CODE $?" > "${LOG_DIR}/${cont}.log" }