Shawn O. Pearce | d03e5f9 | 2009-03-27 20:17:05 -0700 | [diff] [blame] | 1 | # 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ès | 0cbe223 | 2014-08-18 12:28:43 -0400 | [diff] [blame] | 15 | log4j.rootCategory=INFO, stderr |
Shawn O. Pearce | 0aad156 | 2009-01-23 09:41:46 -0800 | [diff] [blame] | 16 | log4j.appender.stderr=org.apache.log4j.ConsoleAppender |
| 17 | log4j.appender.stderr.target=System.err |
| 18 | log4j.appender.stderr.layout=org.apache.log4j.PatternLayout |
David Ostrovsky | 1a8c7aa | 2015-10-07 08:55:10 +0200 | [diff] [blame] | 19 | log4j.appender.stderr.layout.ConversionPattern=[%d] [%t] %-5p %c %x: %m%n |
Shawn O. Pearce | 7b4ad7c | 2008-12-23 16:05:17 -0800 | [diff] [blame] | 20 | |
| 21 | # Silence non-critical messages from MINA SSHD. |
| 22 | # |
Shawn O. Pearce | f95d6459 | 2009-11-17 09:32:32 -0800 | [diff] [blame] | 23 | log4j.logger.org.apache.mina=WARN |
David Ostrovsky | ceb5ec1 | 2020-04-18 08:50:45 +0200 | [diff] [blame] | 24 | log4j.logger.org.apache.sshd.client=WARN |
Shawn O. Pearce | 0120433 | 2009-02-06 15:09:13 -0800 | [diff] [blame] | 25 | log4j.logger.org.apache.sshd.common=WARN |
| 26 | log4j.logger.org.apache.sshd.server=WARN |
Paladox none | 5db0e6f | 2017-03-29 15:11:48 +0000 | [diff] [blame] | 27 | log4j.logger.org.apache.sshd.common.keyprovider.FileKeyPairProvider=INFO |
David Ostrovsky | e5b7f1a | 2013-10-23 21:10:39 +0200 | [diff] [blame] | 28 | log4j.logger.com.google.gerrit.sshd.GerritServerSession=WARN |
Shawn O. Pearce | b8527ea | 2009-02-02 15:39:12 -0800 | [diff] [blame] | 29 | |
Shawn O. Pearce | b8d3934 | 2009-07-15 07:51:21 -0700 | [diff] [blame] | 30 | # Silence non-critical messages from mime-util. |
| 31 | # |
| 32 | log4j.logger.eu.medsea.mimeutil=WARN |
| 33 | |
Shawn O. Pearce | dd95666 | 2009-03-10 17:02:48 -0700 | [diff] [blame] | 34 | # Silence non-critical messages from openid4java |
| 35 | # |
Shawn Pearce | be320a9 | 2013-05-14 14:10:44 -0700 | [diff] [blame] | 36 | log4j.logger.org.apache.http=WARN |
Shawn O. Pearce | dd95666 | 2009-03-10 17:02:48 -0700 | [diff] [blame] | 37 | log4j.logger.org.apache.xml=WARN |
Shawn O. Pearce | dd95666 | 2009-03-10 17:02:48 -0700 | [diff] [blame] | 38 | log4j.logger.org.openid4java=WARN |
Shawn O. Pearce | bac0ad0 | 2009-03-26 15:50:56 -0700 | [diff] [blame] | 39 | log4j.logger.org.openid4java.consumer.ConsumerManager=FATAL |
Shawn O. Pearce | dd95666 | 2009-03-10 17:02:48 -0700 | [diff] [blame] | 40 | log4j.logger.org.openid4java.discovery.Discovery=ERROR |
| 41 | log4j.logger.org.openid4java.server.RealmVerifier=ERROR |
Shawn O. Pearce | bac0ad0 | 2009-03-26 15:50:56 -0700 | [diff] [blame] | 42 | log4j.logger.org.openid4java.message.AuthSuccess=ERROR |
Shawn O. Pearce | dd95666 | 2009-03-10 17:02:48 -0700 | [diff] [blame] | 43 | |
Chad Horohoe | 5a651d2 | 2012-11-27 11:28:21 -0500 | [diff] [blame] | 44 | # Silence non-critical messages from apache.http |
| 45 | log4j.logger.org.apache.http=WARN |