Skip to content

Commit

Permalink
Merge pull request semperos#92 from JacekLach/fix-log4j-properties
Browse files Browse the repository at this point in the history
Only configure clj-webdriver logging, rm appenders
  • Loading branch information
semperos committed Jan 17, 2013
2 parents ac48110 + 082b715 commit f8e535a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -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 f8e535a

Please sign in to comment.