Silence non-critical messages from Velocity

Its too verbose by default at DEBUG level.

Change-Id: I903b8e80bc5ded383d29633a7a8fb30ae8847851
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2010-08-17 19:53:11 -07:00
parent 2be1160f05
commit 7acb50388e
1 changed files with 4 additions and 0 deletions

View File

@ -57,3 +57,7 @@ log4j.logger.net.sf.ehcache=WARN
log4j.logger.com.mchange.v2.c3p0=WARN
log4j.logger.com.mchange.v2.resourcepool=WARN
log4j.logger.com.mchange.v2.sql=WARN
# Silence non-critical messages from Velocity
#
log4j.logger.velocity=WARN