Skip to content

Commit

Permalink
set log level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimi committed Jan 9, 2012
1 parent 067224e commit bdf0e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
log4j.rootLogger=DEBUG, stdout
log4j.rootLogger=INFO, stdout

log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%5p %d [%c %t] %m%n

# disable cassandra logging for test cases
log4j.logger.org.apache.cassandra=DEBUG
log4j.logger.org.apache.cassandra.service=DEBUG
log4j.logger.org.apache.cassandra.thrift=DEBUG
log4j.logger.org.apache.cassandra=INFO
log4j.logger.org.apache.cassandra.service=INFO
log4j.logger.org.apache.cassandra.thrift=INFO

0 comments on commit bdf0e21

Please sign in to comment.