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]

Reply via email to