From commits-return-4268-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Jul 09 12:58:21 2007 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 98571 invoked from network); 9 Jul 2007 12:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2007 12:58:19 -0000 Received: (qmail 12326 invoked by uid 500); 9 Jul 2007 12:58:22 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 12241 invoked by uid 500); 9 Jul 2007 12:58:22 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 12232 invoked by uid 99); 9 Jul 2007 12:58:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 05:58:22 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 05:58:19 -0700 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id EECF559A07 for ; Mon, 9 Jul 2007 12:57:58 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@jackrabbit.apache.org Date: Mon, 09 Jul 2007 12:57:58 -0000 Message-ID: <20070709125758.9800.79907@eos.apache.org> Subject: [Jackrabbit Wiki] Update of "ApacheSling/SlingLogging" by FelixMeschberger X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by FelixMeschberger: http://wiki.apache.org/jackrabbit/ApacheSling/SlingLogging ------------------------------------------------------------------------------ || '''Property''' || '''Default''' || '''Description''' || - || {{{org.apache.sling.log.intialize}}} || {{{true}}} || Initial configuration property specifying whether LOG4J should be initialized here or not. If this property is missing or set to {{{true}}}, this class will reset and configure LOG4J. Otherwise, LOG4J is neither reset nor configured by this class. This property may be used to prevent resetting LOG4J which might be configured by a container and reused by the Framework. Setting this property to anything but {{{true}}} causes the other properties to be ignored. | + || {{{org.apache.sling.log.intialize}}} || {{{true}}} || Initial configuration property specifying whether LOG4J should be initialized here or not. If this property is missing or set to {{{true}}}, this class will reset and configure LOG4J. Otherwise, LOG4J is neither reset nor configured by this class. This property may be used to prevent resetting LOG4J which might be configured by a container and reused by the Framework. Setting this property to anything but {{{true}}} causes the other properties to be ignored. || || {{{org.apache.sling.log.level}}} || {{{WARN}}} || Sets the initial logging level of the root logger. This may be any of the defined logging levels, which are by default {{{DEBUG}}}, {{{INFO}}}, {{{WARN}}}, {{{ERROR}}} and {{{FATAL}}}. || || {{{org.apache.sling.log.file}}} || undefined || Sets the log file to which log messages are written. If this property is empty or missing, log messages are written to {{{System.out}}}. || || {{{org.apache.sling.log.pattern}}} || {{{%d{dd.MM.yyyy HH:mm:ss} !*%-5p* %c{1}: %m%n}}} || The logging pattern to be set for the {{{PatternLayout}}} of root logger appender. ||