Author: chetanm
Date: Fri Nov 29 17:18:02 2013
New Revision: 1546613

URL: http://svn.apache.org/r1546613
Log:
SLING-3257 - Make logback packaging data in stacktraces configurable

Updating the docs

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=1546613&r1=1546612&r2=1546613&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/logging.mdtext (original)
+++ sling/site/trunk/content/documentation/development/logging.mdtext Fri Nov 
29 17:18:02 2013
@@ -36,6 +36,7 @@ The `org.apache.sling.commons.log` bundl
 | `org.apache.sling.commons.log.pattern` | \{0,date,dd.MM.yyyy HH:mm:ss.SSS\} 
\*\{4\}\* \[\{2\}\]({{ refs.-2.path }}) \{3\} \{5\} | The `MessageFormat` 
pattern to use for formatting log messages with the root logger. |
 | `org.apache.sling.commons.log.julenabled` | n/a | Enables the 
`java.util.logging` support. |
 | `org.apache.sling.commons.log.configurationFile` | n/a | Path for the 
Logback config file which would be used to configure logging. If the path is 
not absolute then it would be resolved against Sling Home |
+| `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 |
 
 ## User Configuration - OSGi Based
 


Reply via email to