Permalink
Please sign in to comment.
Showing
with
17 additions
and 9 deletions.
| @@ -0,0 +1,6 @@ | ||
| +log4j.rootLogger=ERROR, Appender1 | ||
| + | ||
| +log4j.appender.Appender1=org.apache.log4j.ConsoleAppender | ||
| + | ||
| +log4j.appender.Appender1.layout=org.apache.log4j.PatternLayout | ||
| +log4j.appender.Appender1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n |
0 comments on commit
a2be62e