mirror of https://github.com/apache/maven.git
[MNG-4386] [regression] Debug logging can't be activated
[MNG-4387] [regression] Quiet logging can't be activated git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@820987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72f16d04b1
commit
5c660d362d
|
@ -258,6 +258,8 @@ public class MavenCli
|
||||||
|
|
||||||
request.setExecutionListener( new ExecutionEventLogger( logger ) );
|
request.setExecutionListener( new ExecutionEventLogger( logger ) );
|
||||||
|
|
||||||
|
container.getLoggerManager().setThresholds( request.getLoggingLevel() );
|
||||||
|
|
||||||
if ( debug || commandLine.hasOption( CLIManager.SHOW_VERSION ) )
|
if ( debug || commandLine.hasOption( CLIManager.SHOW_VERSION ) )
|
||||||
{
|
{
|
||||||
CLIReportingUtils.showVersion();
|
CLIReportingUtils.showVersion();
|
||||||
|
|
Loading…
Reference in New Issue