[
https://issues.apache.org/jira/browse/GEODE-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund resolved GEODE-7288.
------------------------------
Fix Version/s: 1.11.0
Resolution: Fixed
> 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)