blob: 2898cfcd8b58e111e78b3db8666e6b18ec36c31d [file] [log] [blame]
Shawn O. Pearced03e5f92009-03-27 20:17:05 -07001# Copyright (C) 2008 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
Hugo Arès0cbe2232014-08-18 12:28:43 -040015log4j.rootCategory=INFO, stderr
Shawn O. Pearce0aad1562009-01-23 09:41:46 -080016log4j.appender.stderr=org.apache.log4j.ConsoleAppender
17log4j.appender.stderr.target=System.err
18log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
David Ostrovsky1a8c7aa2015-10-07 08:55:10 +020019log4j.appender.stderr.layout.ConversionPattern=[%d] [%t] %-5p %c %x: %m%n
Shawn O. Pearce7b4ad7c2008-12-23 16:05:17 -080020
21# Silence non-critical messages from MINA SSHD.
22#
Shawn O. Pearcef95d64592009-11-17 09:32:32 -080023log4j.logger.org.apache.mina=WARN
David Ostrovskyceb5ec12020-04-18 08:50:45 +020024log4j.logger.org.apache.sshd.client=WARN
Shawn O. Pearce01204332009-02-06 15:09:13 -080025log4j.logger.org.apache.sshd.common=WARN
26log4j.logger.org.apache.sshd.server=WARN
Paladox none5db0e6f2017-03-29 15:11:48 +000027log4j.logger.org.apache.sshd.common.keyprovider.FileKeyPairProvider=INFO
David Ostrovskye5b7f1a2013-10-23 21:10:39 +020028log4j.logger.com.google.gerrit.sshd.GerritServerSession=WARN
Shawn O. Pearceb8527ea2009-02-02 15:39:12 -080029
Shawn O. Pearceb8d39342009-07-15 07:51:21 -070030# Silence non-critical messages from mime-util.
31#
32log4j.logger.eu.medsea.mimeutil=WARN
33
Shawn O. Pearcedd956662009-03-10 17:02:48 -070034# Silence non-critical messages from openid4java
35#
Shawn Pearcebe320a92013-05-14 14:10:44 -070036log4j.logger.org.apache.http=WARN
Shawn O. Pearcedd956662009-03-10 17:02:48 -070037log4j.logger.org.apache.xml=WARN
Shawn O. Pearcedd956662009-03-10 17:02:48 -070038log4j.logger.org.openid4java=WARN
Shawn O. Pearcebac0ad02009-03-26 15:50:56 -070039log4j.logger.org.openid4java.consumer.ConsumerManager=FATAL
Shawn O. Pearcedd956662009-03-10 17:02:48 -070040log4j.logger.org.openid4java.discovery.Discovery=ERROR
41log4j.logger.org.openid4java.server.RealmVerifier=ERROR
Shawn O. Pearcebac0ad02009-03-26 15:50:56 -070042log4j.logger.org.openid4java.message.AuthSuccess=ERROR
Shawn O. Pearcedd956662009-03-10 17:02:48 -070043
Chad Horohoe5a651d22012-11-27 11:28:21 -050044# Silence non-critical messages from apache.http
45log4j.logger.org.apache.http=WARN