Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C0E5C200B49 for ; Tue, 5 Jul 2016 06:04:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF734160A6D; Tue, 5 Jul 2016 04:04:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14E7B160A65 for ; Tue, 5 Jul 2016 06:04:25 +0200 (CEST) Received: (qmail 65392 invoked by uid 500); 5 Jul 2016 04:04:24 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 65382 invoked by uid 99); 5 Jul 2016 04:04:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2016 04:04:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DEBD91A5CA4 for ; Tue, 5 Jul 2016 04:04:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.426 X-Spam-Level: X-Spam-Status: No, score=-0.426 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id c6QtZcvyos5Y for ; Tue, 5 Jul 2016 04:04:23 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 0D9235F478 for ; Tue, 5 Jul 2016 04:04:23 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2D4A0E010F for ; Tue, 5 Jul 2016 04:04:22 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F15CA3A0386 for ; Tue, 5 Jul 2016 04:04:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1751391 - /sling/site/trunk/content/documentation/development/logging.mdtext Date: Tue, 05 Jul 2016 04:04:21 -0000 To: commits@sling.apache.org From: chetanm@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160705040421.F15CA3A0386@svn01-us-west.apache.org> archived-at: Tue, 05 Jul 2016 04:04:26 -0000 Author: chetanm Date: Tue Jul 5 04:04:21 2016 New Revision: 1751391 URL: http://svn.apache.org/viewvc?rev=1751391&view=rev Log: CMS commit to sling by chetanm Modified: sling/site/trunk/content/documentation/development/logging.mdtext Modified: sling/site/trunk/content/documentation/development/logging.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/logging.mdtext?rev=1751391&r1=1751390&r2=1751391&view=diff ============================================================================== --- sling/site/trunk/content/documentation/development/logging.mdtext (original) +++ sling/site/trunk/content/documentation/development/logging.mdtext Tue Jul 5 04:04:21 2016 @@ -54,7 +54,7 @@ The `org.apache.sling.commons.log` bundl | `org.apache.sling.commons.log.packagingDataEnabled` | true | Boolean property to control packaging data support of Logback. See [Packaging Data][11] section of Logback for more details | | `org.apache.sling.commons.log.numOfLines` | 1000 | Number of lines from each log files to include while generating the dump in 'txt' mode. If set to -1 then whole file would be included | | `org.apache.sling.commons.log.maxOldFileCountInDump` | 3 | Maximum number of old rolled over files for each active file to be included while generating the dump as part of Status zip support | -| `sling.log.root` | Sling Home | The directory, which is used to resolve relative path names against. If not specified it would map to sling.home| +| `sling.log.root` | Sling Home | The directory, which is used to resolve relative path names against. If not specified it would map to sling.home. Since [4.0.2](https://issues.apache.org/jira/browse/SLING-4225)| ## User Configuration - OSGi Based