Skip to content

Commit

Permalink
remove log-appending to file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Apr 5, 2017
1 parent 2a7834f commit 7c2e7d6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/resources/log4j.properties
Expand Up @@ -7,12 +7,3 @@ log4j.appender.stderr.Target=System.err
log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
log4j.appender.stderr.threshold=WARN
log4j.appender.stderr.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n

# Log at INFO level to file
log4j.appender.logfile=org.apache.log4j.FileAppender
log4j.appender.logfile.append=true
log4j.appender.logfile.file=adam.log
log4j.appender.logfile.threshold=INFO
log4j.appender.logfile.layout=org.apache.log4j.PatternLayout
log4j.appender.logfile.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
log4j.appender.logfile.encoding=UTF-8

0 comments on commit 7c2e7d6

Please sign in to comment.