You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/03/07 13:30:59 UTC

svn commit: r634638 - /incubator/sling/trunk/launchpad/app/src/main/resources/sling.properties

Author: fmeschbe
Date: Fri Mar  7 04:30:58 2008
New Revision: 634638

URL: http://svn.apache.org/viewvc?rev=634638&view=rev
Log:
SLING-314 add default values for the log file number and size properties

Modified:
    incubator/sling/trunk/launchpad/app/src/main/resources/sling.properties

Modified: incubator/sling/trunk/launchpad/app/src/main/resources/sling.properties
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/src/main/resources/sling.properties?rev=634638&r1=634637&r2=634638&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/src/main/resources/sling.properties (original)
+++ incubator/sling/trunk/launchpad/app/src/main/resources/sling.properties Fri Mar  7 04:30:58 2008
@@ -81,7 +81,10 @@
 # org.apache.sling.osgi.log.intialize = true
 org.apache.sling.osgi.log.level = INFO
 org.apache.sling.osgi.log.file = ${sling.home}/logs/error.log
+org.apache.sling.osgi.log.file.number = 5
+org.apache.sling.osgi.log.file.size = 10mb
 # org.apache.sling.osgi.log.url = URL to logger configuration file
+
 # Logging configuration for the SCR (if installed)
 ds.loglevel = ${org.apache.sling.osgi.log.level}