Skip to content

Commit

Permalink
Change logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Arantes committed Feb 7, 2017
1 parent 4982f55 commit e4bd4d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
log4j.rootLogger=ERROR, A1

# Class level logging can be higher
log4j.logger.com.ibm.cloudant.kafka.connect.CloudantSourceConnectorConfig=DEBUG
log4j.logger.com.ibm.cloudant.kafka.connect.CloudantSourceConnectorConfig=ERROR
log4j.logger.com.ibm.cloudant.kafka.connect.CloudantSourceConnector=DEBUG
log4j.logger.com.ibm.cloudant.kafka.connect.CloudantSourceTask=DEBUG

Expand All @@ -12,4 +12,3 @@ log4j.appender.A1=org.apache.log4j.ConsoleAppender
# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1} - %m%n

0 comments on commit e4bd4d9

Please sign in to comment.