mirror of https://github.com/apache/maven.git
[MNG-6181] HttpClient produces a lot of noise at debug loglevel
Turn off httpclient logging by default, which restores logging from previous Maven versions
This commit is contained in:
parent
0b9a30f350
commit
e0da20a1f8
|
@ -22,4 +22,10 @@ org.slf4j.simpleLogger.showLogName=false
|
|||
org.slf4j.simpleLogger.logFile=System.out
|
||||
org.slf4j.simpleLogger.levelInBrackets=true
|
||||
org.slf4j.simpleLogger.log.Sisu=info
|
||||
org.slf4j.simpleLogger.warnLevelString=WARNING
|
||||
org.slf4j.simpleLogger.warnLevelString=WARNING
|
||||
|
||||
# MNG-6181: mvn -X also prints all debug logging from http-client
|
||||
# Be aware that the shaded packages are used
|
||||
# org.apache.http -> org.apache.maven.wagon.providers.http.httpclient
|
||||
org.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient=off
|
||||
org.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.wire=off
|
Loading…
Reference in New Issue