Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Set log level to DEBUG for http client
Browse files Browse the repository at this point in the history
Signed-off-by: Alin Dreghiciu <adreghiciu@gmail.com>
  • Loading branch information
adreghiciu committed Oct 30, 2012
1 parent c0ae0af commit d98a61d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@

<logger name="Sisu" level="${test.log.level.Sisu:-INFO}"/>
<logger name="org.apache.commons.httpclient" level="ERROR"/>
<logger name="org.apache.http" level="${test.log.level.org.apache.http:-DEBUG}"/>
<logger name="org.apache.http" level="${test.log.level.org.apache.http:-ERROR}"/>

<logger name="org.sonatype.nexus.client" level="TRACE"/>

Expand Down

0 comments on commit d98a61d

Please sign in to comment.