Add profiles (logback,log4j)

This commit is contained in:
Vincent Spiewak
2013-09-13 17:06:50 +02:00
parent e4ed532e50
commit 7ec648d494
2 changed files with 46 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
# Root logger option
log4j.rootLogger=TRACE, console
# Direct log messages to stdout
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n