Oops, sorry I wasn't clear about that. I'm already running with "-e -X" and the debut messages in the maven-filtering classes are not coming through so I assumed that plexus logging level is not controlled by the "-X" on the mvn command line. Am I wrong? If so what could be eating the messages from those classes? I tried tracing back through plexus-logging but couldn't find where the loggers are initialized.
Brian E Fox wrote: > > Does mvn -x give you what you want? > > -----Original Message----- > From: jaxzin [mailto:[email protected]] > Sent: Monday, January 26, 2009 2:34 PM > To: [email protected] > Subject: RE: Maven - Plugin LogLevel > > > What's the easiest way to temporarily hack the plexus logging level to > debug? > The maven-filtering classes are performing poorly and I'm trying to > debug my > issue and the existing debug messages would be good enough if I could > just > see them. > > Thanks, > Brian > > > Brian E Fox wrote: >> >> Unfortunately not in 2.x. The logger is configured in plexus (the ioc) >> and it's not possible to set a level like this. There are several > jiras >> regarding the verbosity that you may want to follow. >> >> -----Original Message----- >> From: walterw [mailto:[email protected]] >> Sent: Sunday, January 04, 2009 6:38 PM >> To: [email protected] >> Subject: Maven - Plugin LogLevel >> >> >> Hi All, >> >> I would like to limit the output from each plugin and only show > errors. >> I >> know there is a <logLevel> property that may be set, but I believe > after >> reading and testing, it is only for setting the logLevel of the plugin >> meaning it will log at that level perhaps? >> >> Is it possibly to restrict what maven prints out without having to use >> the >> commandline? I know ant tasks can be made quiet, what about maven? >> >> mvn -q clean install >> >> The q makes the output just what I had in mind, but it would be nice > to >> set >> once in a configuration. >> >> >> Walter >> -- >> View this message in context: >> http://www.nabble.com/Maven---Plugin-LogLevel-tp21283059p21283059.html >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> 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] >> >> >> > > -- > View this message in context: > http://www.nabble.com/Maven---Plugin-LogLevel-tp21283059p21671939.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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] > > > -- View this message in context: http://www.nabble.com/Maven---Plugin-LogLevel-tp21283059p21679254.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
