Silence INFO/DEBUG output from apache.http

This spams the log when using OpenID, for each and every login

Change-Id: Icc6b68899c5d5c45c077bf22b6015aebbcdeae68
This commit is contained in:
Chad Horohoe 2012-11-27 11:28:21 -05:00
parent 98b4e3eb91
commit 5a651d23f8

View File

@ -57,3 +57,6 @@ log4j.logger.com.mchange.v2.sql=WARN
# Silence non-critical messages from Velocity
#
log4j.logger.velocity=WARN
# Silence non-critical messages from apache.http
log4j.logger.org.apache.http=WARN