On 14 Feb 07, at 4:41 AM 14 Feb 07, Barrie Treloar wrote:

There is no config file, we set the threshold programmatically. New
logger stuff in plexus will allow more domain like logging
configuration. But not in 2.0.x.

What logging system is used? Java Logging, Log4J, Apache?
(I haven't got around to looking at the code yet)


It's pluggable, but we just use a console logger now which avoids all the frameworks but we are going to make a base logging implementation (using our interfaces) using slf4j which does a good job of marrying all the frameworks together. That should take care of the commons- logging mess.

Is there a way to specify the log format string?

That we've exposed in Maven, no.

It would be handy to have the context in the output for development
purposes so you can track down the class and module that is outputting
the log.  I might add this to the JIRA issue.

There are probably issues that exist and we definitely have them plexus. Joakim was interested in doing the slf4j implemenation in Plexus so you might want to chat with him.

Jason.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to