[ https://issues.apache.org/jira/browse/GEODE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606540#comment-16606540 ]
ASF subversion and git services commented on GEODE-5699: -------------------------------------------------------- Commit 846fb0229046e3e259c87044c8f8c8f0aaecf53c in geode's branch refs/heads/develop from Xiaojian Zhou [ https://gitbox.apache.org/repos/asf?p=geode.git;h=846fb02 ] GEODE-5699: re-enable command line paramter to turn on log-level or log4j2 (#2428) in running dunit/junit tests > re-enable command line parameter to turn on log-level or log4j2 file in > running dunit/juint tests > ------------------------------------------------------------------------------------------------- > > Key: GEODE-5699 > URL: https://issues.apache.org/jira/browse/GEODE-5699 > Project: Geode > Issue Type: Bug > Reporter: xiaojian zhou > Assignee: xiaojian zhou > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > GEODE-1360 has introduced this feature by: > ./gradlew geode-core:distributedTest -DlogLevel=debug > -Dlog4j.configurationFile=/Users/gzhou/tools/log4j2.xml --tests > PartitionedRegionMembershipListenerDUnitTest > At that time, some "logLevel" were hard-coded in the source code. > In GEODE-1377, some of these "logLevel" were changed to use > ConfigurationProperties.LOG_LEVEL, i.e. "log-level". Thus this feature was > broken since then. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)