Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Only configure clj-webdriver logging, rm appenders
Browse files Browse the repository at this point in the history
Configuring the root logger means every application depending on
clj-webdriver will unexpectedly only log on the WARN level and print
to test.log.
  • Loading branch information
Jacek Lach committed Jan 17, 2013
1 parent ac48110 commit 082b715
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions resources/log4j.properties
@@ -1,8 +1 @@
log4j.rootLogger=WARN, R

log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=test.log
log4j.appender.R.MaxFileSize=1000KB
log4j.appender.R.MaxBackupIndex=1
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%d{ISO8601} %-5p [%c] - %m%n
log4j.logger.clj_webdriver=WARN

0 comments on commit 082b715

Please sign in to comment.