In the following:
<File name="File" fileName="${filename}">
<PatternLayout>
<Pattern>${pattern}</Pattern>
</PatternLayout>
</File>
...
<Loggers>
<Root level="Debug">
<AppenderRef ref="File" />
</Root>
</Loggers>
I propose to change:
<AppenderRef ref="File" />
to:
<AppenderRef name="File" />
It seems easier to read and connect these dots:
<File name="File"
...
<AppenderRef name="File" />
Thoughts?
Gary
--
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory