Skip to content

Commit

Permalink
moved b/src/test/resourceslog4j.properties to /src/test/resources/log…
Browse files Browse the repository at this point in the history
…4j.properties
  • Loading branch information
albertotn authored and jeanbisutti committed Oct 23, 2019
1 parent c33ffcc commit 3456567
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
log4j.rootCategory=debug,console
log4j.logger=debug,console

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.out
log4j.appender.console.immediateFlush=true
log4j.appender.console.encoding=UTF-8

log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.rootCategory=debug,console
log4j.logger=debug,console

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.out
log4j.appender.console.immediateFlush=true
log4j.appender.console.encoding=UTF-8

log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.conversionPattern=%d [%t] %-5p %c - %m%n

0 comments on commit 3456567

Please sign in to comment.