You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2016/07/05 04:01:27 UTC

svn commit: r1751390 - /sling/site/trunk/content/documentation/development/logging.mdtext

Author: chetanm
Date: Tue Jul  5 04:01:27 2016
New Revision: 1751390

URL: http://svn.apache.org/viewvc?rev=1751390&view=rev
Log:
Update docs for SLING-4225

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=1751390&r1=1751389&r2=1751390&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/logging.mdtext (original)
+++ sling/site/trunk/content/documentation/development/logging.mdtext Tue Jul  5 04:01:27 2016
@@ -54,6 +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|
 
 ## User Configuration - OSGi Based