Mercurial > hg > human-echolocation-java-webapp
diff build/log4j.properties @ 23:73a60617e1a7
Moved the src and classes folders to the root of the workspace; renamed the classes folder to build
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 06 Dec 2013 12:51:59 +0000 |
parents | webapp/WEB-INF/classes/log4j.properties@33d7bd3c0990 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/log4j.properties Fri Dec 06 12:51:59 2013 +0000 @@ -0,0 +1,10 @@ +log4j.appender.file=org.apache.log4j.FileAppender +log4j.appender.file.File=${appRootPath}WEB-INF/logs/EchoWebApp.log +log4j.appender.file.layout=org.apache.log4j.PatternLayout +log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1} - %m%n +log4j.appender.file.append=true + +# log levels +log4j.rootCategory=ALL, file +log4j.logger.com.saral=debug +log4j.logger.org.eclipse=debug \ No newline at end of file