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 98e9de2  temporarily bump log level to fine
98e9de2 is described below

commit 98e9de2bfe5e57b89ae31288287ce8bcc7256433
Author: Bill Burcham <bburc...@pivotal.io>
AuthorDate: Sat May 23 11:49:26 2020 -0700

    temporarily bump log level to fine
---
 README.md                                                             | 3 ++-
 .../java/org/apache/geode/benchmark/parameters/GeodeProperties.java   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e43c3fb..e5675ae 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,8 @@ Also we have to provide `-DwithSsl=true` for an SNI test 
even though no SNI test
 * ~~don't require operator to supply `-PwithSSL`/`-DwithSSL=true` when running 
SNI tests~~
 * ~~generate `haproxy.cfg` with client-visible SNI hostnames~~
 * ~~turn on SNI via `setPoolSocketFactory` in a new `StartClientSNI` task~~
-* ~~set `--hostname-for-clients` on locator and servers for SNI~~ 
+* ~~set `--hostname-for-clients` on locator and servers for SNI~~
+* turn log-level back to "config" for server and locator 
 * make topology orthogonal to tests so all tests can run with SNI; have a 
`-Psni`/`-Dsni` flag
 * fix borken `PartitionedPutBenchmarkSNITest`: 
`DefineHostNamingsOffPlatformTask` breaks when running multiple roles on a 
single host
 
diff --git 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/parameters/GeodeProperties.java
 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/parameters/GeodeProperties.java
index f3b8231..3cb82b7 100644
--- 
a/geode-benchmarks/src/main/java/org/apache/geode/benchmark/parameters/GeodeProperties.java
+++ 
b/geode-benchmarks/src/main/java/org/apache/geode/benchmark/parameters/GeodeProperties.java
@@ -47,7 +47,7 @@ public class GeodeProperties {
     properties.setProperty(LOCATOR_WAIT_TIME, "120");
     properties.setProperty(LOG_DISK_SPACE_LIMIT, "100");
     properties.setProperty(LOG_FILE_SIZE_LIMIT, "10");
-    properties.setProperty(LOG_LEVEL, "config");
+    properties.setProperty(LOG_LEVEL, "fine");
     properties.setProperty(REMOVE_UNRESPONSIVE_CLIENT, "true");
     properties.setProperty(STATISTIC_SAMPLING_ENABLED, "true");
     properties.setProperty(ARCHIVE_DISK_SPACE_LIMIT, "150");
@@ -69,7 +69,7 @@ public class GeodeProperties {
     Properties properties = new Properties();
 
     properties.setProperty(ENABLE_TIME_STATISTICS, "true");
-    properties.setProperty(LOG_LEVEL, "config");
+    properties.setProperty(LOG_LEVEL, "fine");
     properties.setProperty(STATISTIC_SAMPLING_ENABLED, "true");
     properties.setProperty(MEMBER_TIMEOUT, "8000");
 

Reply via email to