Skip to content

Commit

Permalink
Add log4j properties to fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Feb 21, 2016
1 parent c11ca08 commit 4dedd4c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### set log levels - for more verbose logging change 'info' to 'debug' ###
### Also add logfile to the root, if need stdout then add stdout appender here###
log4j.rootLogger=WARN, stdout

### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd-mm HH:mm:ss,SSS} %p/%c{1}:%L - %m%n

0 comments on commit 4dedd4c

Please sign in to comment.