From: "Peter Lynch" <[EMAIL PROTECTED]> > Ahh crap. Thx. The logging tags are not much good to me then unless they go to > stdout by default and are configurable by user. > > Yet another reason to move to Ant 1.5 dependency - ie. <echo level="warn"> > > I totally missed the point of the logging tags in Maven. Ooops.
Its log4j's config file that are doing this, not maven or the jelly logging tags. Take a look at log4j.properties and you'll see what stuff gets sent to maven.log and what stuff doesn't. By doctoring that file (which you might have to remove from maven.jar first to be able to change it) you should be able to do exactly what you wish. I think we should remove the log4j.properties file from maven.jar; it makes it very hard to configure how log4j works. Also maven.log is huge; we could disable some of the debugging stuff in there, like the digester stuff. James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
