Last change
on this file since 4d1736ea was
4d1736ea,
checked in by zzz <zzz@…>, 9 years ago
|
jetty logging tweaks
|
-
Property mode set to
100644
|
File size:
289 bytes
|
Line | |
---|
1 | |
---|
2 | # This is not needed by Jetty - but it helps with many web apps. |
---|
3 | |
---|
4 | log4j.rootLogger=INFO, stdout |
---|
5 | |
---|
6 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender |
---|
7 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout |
---|
8 | log4j.appender.stdout.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.