Hi folks,
I'm trying to get Merlin 3.3.0 to initialize log4j and I'm stuck. Log4J is supported by the Logging Subsystem according to the documentation supplied with the distribution. I've put the log4j.jar into my container classpath and set the property avalon.logging.configuration in the merlin.properties file to the URL of the logging initialization file.
You should remove log4j from your container classpath (merlin will take care of that inside its own classloader - including downloading the jar if necessary). However, you do need to tell merlin that you want it to use an alternative logging implementation. In 3.3.0 you do this by setting the following property:
merlin.logging.implementation = artifact:avalon-logging/avalon-logging-log4j#1.0.0
Cheers, Steve.
--
|---------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org | |---------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]