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:
parent
98b4e3eb91
commit
5a651d23f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user