You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (Jira)" <ji...@apache.org> on 2019/10/11 16:55:00 UTC

[jira] [Created] (GEODE-7288) LuceneIntegrationTest uses non-existent system property logLevel

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)