Author: crossley
Date: Tue Dec 6 16:01:56 2005
New Revision: 354622
URL: http://svn.apache.org/viewcvs?rev=354622&view=rev
Log:
Reduce some log messages duplication.
Commented example of added contextual info to other logs.
Modified:
forrest/trunk/main/webapp/WEB-INF/logkit.xconf
Modified: forrest/trunk/main/webapp/WEB-INF/logkit.xconf
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/WEB-INF/logkit.xconf?rev=354622&r1=354621&r2=354622&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/logkit.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/logkit.xconf Tue Dec 6 16:01:56 2005
@@ -189,15 +189,20 @@
<log-target id-ref="error"/>
</category>
+ <!-- LinkRewriter logger -->
<category name="modules.mapper.link" log-level="INFO">
<log-target id-ref="linkrewriter"/>
<log-target id-ref="core"/>
<log-target id-ref="error"/>
</category>
+ <!-- Locationmap logger -->
<category name="modules.mapper.lm" log-level="INFO">
<log-target id-ref="locationmap"/>
+ <!-- duplicate the locationmap messages into the linkrewriter log
+ to provide context:
<log-target id-ref="linkrewriter"/>
+ -->
<log-target id-ref="core"/>
<log-target id-ref="error"/>
</category>