You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Torsten Curdt <tc...@apache.org> on 2005/09/23 10:56:34 UTC

commons logging

No this not another one of those "let's switch the
logging system threads" ;)

...instead I would like to get the components using
commons logging to log through logkit. I *know*
this was working at some stage. But only enabling
the parameter in the web.xml just doesn't cut it.

     <init-param>
       <param-name>force-property</param-name>
       <param-value>
          
org.apache.commons.logging.Log=org.apache.commons.logging.impl.LogKitLog 
ger
       </param-value>
     </init-param>

Anyone an idea what I might be missing?

cheers
--
Torsten