Kirk Lund created GEODE-7288:
--------------------------------

             Summary: LuceneIntegrationTest uses non-existent system property 
logLevel
                 Key: GEODE-7288
                 URL: https://issues.apache.org/jira/browse/GEODE-7288
             Project: Geode
          Issue Type: Test
          Components: tests
            Reporter: Kirk Lund


DUnit ProcessManager used to set the system property {{logLevel}} but this was 
changed to {{gemfire.log-level}} in 2016. The only uses of {{logLevel}} were:
* geode-core/src/distributedTest/java/org/apache/geode/distributed/internal/LDM 
(which is an unused class)
* 
geode-lucene-test/src/main/java/org/apache/geode/cache/lucene/LuceneIntegrationTest
 (super class for other lucene tests)

LuceneIntegrationTest:
{noformat}
    cf.set(ConfigurationProperties.LOG_LEVEL, System.getProperty("logLevel", 
"info"));
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to