Skip to content

Commit

Permalink
Tone down httpclient logging (can use this to solve #628)
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Nov 11, 2013
1 parent 156fc03 commit 790bffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hawtio-web/src/test/resources/log4j.properties
Expand Up @@ -3,6 +3,9 @@
#
log4j.rootLogger=INFO, console, file

log4j.logger.httpclient.wire=WARN
log4j.logger.org.apache.commons.httpclient=WARN

# Console will only display warnnings
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
Expand Down

0 comments on commit 790bffe

Please sign in to comment.