Re: MNG-5916: Allow filtering out certain loggers from within a plugin

2016-06-10 Thread Robert Scholte
Hi Petar, I don't think that it should be the *plugin* who decides what the loglevel should be, but the user. One of my big wishes is to be able to specify for which plugin or goal you want to change the loglevel. For example: mvn verify -X makes *everything* log on debug level. Instead I

MNG-5916: Allow filtering out certain loggers from within a plugin

2016-06-10 Thread Petar Tahchiev
Hello, I recently got into a problem with my custom plugin. I want to filter out some loggers, only for my plugin execution and I realized this is not possible at the moment. I found out this issue which states exactly the same: https://issues.apache.org/jira/browse/MNG-5916 The bottleneck for