Files
gerrit/devdb/log4j.properties
Shawn O. Pearce 7b4ad7c853 Silence non-critical log messages from sshd
We don't need these filling up our log output.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2008-12-23 16:05:17 -08:00

9 lines
297 B
Properties

log4j.rootCategory=DEBUG, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.TTCCLayout
# Silence non-critical messages from MINA SSHD.
#
log4j.logger.org.apache.sshd.common.util.SecurityUtils=WARN
log4j.logger.org.apache.sshd.server=WARN