Torsten Curdt wrote:
Seriously ...noone?
I've not looked into this yet but I think both commons-logging and log4j should be integrated into the Cocoon's configured logger, so that output from all 3rd party libraries can be sent to Cocoon's logger.
Vadim
Torsten On 23.09.2005, at 10:56, Torsten Curdt wrote: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.LogKitL ogger</param-value> </init-param> Anyone an idea what I might be missing?
