Moved log4j config to test tree

Moved log4j.properties from the main source tree to the test tree.
This commit is contained in:
Arjen Poutsma
2016-07-13 09:56:45 +02:00
parent f82f17d7f7
commit 7519d1de41

View File

@@ -0,0 +1,9 @@
log4j.rootCategory=WARN, stdout
log4j.logger.org.springframework.http=DEBUG
log4j.logger.org.springframework.web=DEBUG
log4j.logger.reactor=INFO
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] <%t> - %m%n