Skip to content

Commit

Permalink
Add log4j.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
rcchen committed Feb 1, 2017
1 parent bf8890c commit 36bafd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
log4j.rootLogger=INFO, A1
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout

# Print the date in ISO 8601 format
log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

0 comments on commit 36bafd8

Please sign in to comment.