Skip to content

Commit

Permalink
add missing log4j config
Browse files Browse the repository at this point in the history
  • Loading branch information
chen0040 committed Jun 20, 2017
1 parent 10c168b commit b0326a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/resources/log4j.properties
@@ -0,0 +1,9 @@
# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=DEBUG, A1

# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender

# A1 uses PatternLayout.
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%-5p %c %x - %m%n

0 comments on commit b0326a5

Please sign in to comment.