mirror of https://github.com/apache/maven.git
Doc improvement in simplelogger.properties
This commit is contained in:
parent
c2c6259de6
commit
3938817fd3
|
@ -24,8 +24,8 @@ org.slf4j.simpleLogger.levelInBrackets=true
|
|||
org.slf4j.simpleLogger.log.Sisu=info
|
||||
org.slf4j.simpleLogger.warnLevelString=WARNING
|
||||
|
||||
# MNG-6181: mvn -X also prints all debug logging from http-client
|
||||
# MNG-6181: mvn -X also prints all debug logging from HttpClient
|
||||
# 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
|
||||
org.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.wire=off
|
||||
|
|
Loading…
Reference in New Issue