Github user romseygeek commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/150#discussion_r98625031
--- Diff: solr/core/src/test-files/log4j.properties ---
@@ -7,6 +7,7 @@
log4j.appender.CONSOLE.layout=org.apache.log4j.EnhancedPatternLayout
log4j.appender.CONSOLE.layout.ConversionPattern=%-4r %-5p (%t)
[%X{node_name} %X{collection} %X{shard} %X{replica} %X{core}] %c{1.} %m%n
log4j.logger.org.apache.zookeeper=WARN
log4j.logger.org.apache.hadoop=WARN
+log4j.logger.org.apache.hadoop.security.token.delegation=DEBUG
--- End diff --
Rather than editing log4j.properties (which will affect the entire test
suite) you can use an ```@LogLevel``` annotation on the test itself
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]