This is an automated email from the ASF dual-hosted git repository.
burcham pushed a commit to branch sni
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git
The following commit(s) were added to refs/heads/sni by this push:
new b6e213c better log capture script
b6e213c is described below
commit b6e213c643d0dedfab831dd7325f74585da0b38c
Author: Bill Burcham <[email protected]>
AuthorDate: Mon Jun 1 15:32:16 2020 -0700
better log capture script
---
.../src/main/java/org/apache/geode/benchmark/tasks/StopSniProxy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StopSniProxy.java
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StopSniProxy.java
index c441eae..0ac5e7b 100644
---
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StopSniProxy.java
+++
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/tasks/StopSniProxy.java
@@ -26,7 +26,7 @@ import org.apache.geode.perftest.TestContext;
public class StopSniProxy implements Task {
public static final String STOP_PROXY_COMMAND = "docker-compose down";
- public static final String CAPTURE_PROXY_LOG = "docker-compose logs haproxy
> haproxy.log";
+ public static final String CAPTURE_PROXY_LOG = "bash -c 'docker-compose logs
haproxy > haproxy.log'";
public StopSniProxy() {}