saandrews commented on a change in pull request #610: Redirect unit tests logs
to file
URL: https://github.com/apache/incubator-pulsar/pull/610#discussion_r130668918
##########
File path: pom.xml
##########
@@ -557,10 +596,17 @@ flexible messaging model and an intuitive client
API.</description>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.19.1</version>
<configuration>
<argLine> -Xmx2G -XX:MaxDirectMemorySize=8G
- -Dio.netty.leakDetectionLevel=advanced</argLine>
+ -Dio.netty.leakDetectionLevel=advanced
+ -Dorg.slf4j.simpleLogger.showDateTime=true
+ -Dorg.slf4j.simpleLogger.log.org.apache.zookeeper=off
+ -Dorg.slf4j.simpleLogger.log.org.apache.bookkeeper=off
+ -Dorg.slf4j.simpleLogger.log.org.apache.bookkeeper.mledger=info
Review comment:
Where is the file location mentioned?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services