Skip to content

Commit

Permalink
[hotfix] [tests] Tests in flink-tests suppress log output by default
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Nov 10, 2015
1 parent da4aa9d commit f7ed3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-tests/src/test/resources/log4j-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Set root logger level to OFF to not flood build logs
# set manually to INFO for debugging purposes
log4j.rootLogger=INFO, testlogger
log4j.rootLogger=OFF, testlogger

# A1 is set to be a ConsoleAppender.
log4j.appender.testlogger=org.apache.log4j.ConsoleAppender
Expand All @@ -28,4 +28,4 @@ log4j.appender.testlogger.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n

# suppress the irrelevant (wrong) warnings from the netty channel handler
log4j.logger.org.jboss.netty.channel.DefaultChannelPipeline=ERROR
log4j.logger.org.apache.zookeeper=OFF
log4j.logger.org.apache.zookeeper=OFF

0 comments on commit f7ed3d3

Please sign in to comment.