You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (Jira)" <ji...@apache.org> on 2019/12/30 18:50:08 UTC

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

     [ https://issues.apache.org/jira/browse/GEODE-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hanson closed GEODE-7288.
------------------------------

Transition from Resolved to Closed for Apache Geode 1.11.0 RC4 release.

> 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
>            Assignee: Kirk Lund
>            Priority: Major
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)