Strabon
changeset 324:fe02c447ee46
make logging to standard error (addresses Bug #04)
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Fri Jun 22 12:49:26 2012 +0300 (2012-06-22) |
parents | 1c07378b4160 |
children | 90c0265f8020 |
files | runtime/src/main/resources/log4j.properties |
line diff
1.1 --- a/runtime/src/main/resources/log4j.properties Thu Jun 21 23:58:16 2012 +0300 1.2 +++ b/runtime/src/main/resources/log4j.properties Fri Jun 22 12:49:26 2012 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 1.5 # Console Appender 1.6 log4j.appender.CA=org.apache.log4j.ConsoleAppender 1.7 +log4j.appender.CA.target=System.err 1.8 log4j.appender.CA.layout=org.apache.log4j.PatternLayout 1.9 log4j.appender.CA.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n 1.10