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 d8919e1  turn logging from fine back down to config
d8919e1 is described below

commit d8919e165131f53d6f55fe0a0eea0ccc79436056
Author: Bill Burcham <bburc...@pivotal.io>
AuthorDate: Fri May 29 14:37:20 2020 -0700

    turn logging from fine back down to config
---
 README.md                                                             | 1 -
 .../java/org/apache/geode/benchmark/parameters/GeodeProperties.java   | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c8f5ae6..29887d4 100644
--- a/README.md
+++ b/README.md
@@ -166,7 +166,6 @@ Also we have to provide `-DwithSsl=true` for an SNI test 
even though no SNI test
 * ~~set `--hostname-for-clients` on locator and servers for SNI~~
 * reinstate thread-per-core in `PrePopulateRegion.run()`
 * set `keyRange` back to 1e6 in `PartitionedPutBenchmark[SNI]` after 
client-server connections are healthy
-* 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 3cb82b7..f3b8231 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, "fine");
+    properties.setProperty(LOG_LEVEL, "config");
     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, "fine");
+    properties.setProperty(LOG_LEVEL, "config");
     properties.setProperty(STATISTIC_SAMPLING_ENABLED, "true");
     properties.setProperty(MEMBER_TIMEOUT, "8000");
 

Reply via email to