mirror of https://github.com/apache/maven.git
stdout/stderr redirection should be sufficient
This commit is contained in:
parent
11ac804f59
commit
57d9c68e56
|
@ -55,6 +55,6 @@ public class Slf4jSimpleConfiguration
|
|||
@Override
|
||||
public void setLoggerFile( File output )
|
||||
{
|
||||
System.setProperty( "org.slf4j.simpleLogger.logFile", output.getAbsolutePath() );
|
||||
//System.setProperty( "org.slf4j.simpleLogger.logFile", output.getAbsolutePath() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue