RE: Merlin: log4j provider
"Stephen McConnell" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <002a01c48a52$8af17d90$1601a8c0@gloria> |
> -----Original Message----- > From: Jon Elson-Green [mailto:[email protected]] > Sent: 25 August 2004 04:08 > To: Avalon framework users > Subject: Merlin: log4j provider > > I'm trying to switch from logkit to log4j in 3.3.0. > > So far all I've done is add a line to merlin.properties: > > merlin.logging.implementation = > artifact:avalon-logging/avalon-logging-log4j#1.0.0 > > > However I get the following error: <snip> I'm guessing that the log4j plugin is assuming that a log4j configuration is supplied. In the case of the logkit logging solution the plugin automatically kicks over to a console logger - but I'm not sure what the policy is concerning the log4j implementation. I would try setting the logging configuration parameter with something sensible for log4j and see where that leads you. Cheers, Steve.