You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2012/04/17 03:20:57 UTC

svn commit: r1326861 - /karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties

Author: jgoodyear
Date: Tue Apr 17 01:20:56 2012
New Revision: 1326861

URL: http://svn.apache.org/viewvc?rev=1326861&view=rev
Log:
[KARAF-1374] Fileinstaller logging by default is not enabled.

Errors will now be logged instead of swallowed and ignored in log file.
Thanks Johan Edstrom for the catach and solution.


Modified:
    karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties

Modified: karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties?rev=1326861&r1=1326860&r2=1326861&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties (original)
+++ karaf/branches/karaf-2.3.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties Tue Apr 17 01:20:56 2012
@@ -100,6 +100,7 @@ felix.fileinstall.dir    = ${karaf.base}
 felix.fileinstall.filter = .*\\.cfg
 felix.fileinstall.poll   = 1000
 felix.fileinstall.noInitialDelay = true
+felix.fileinstall.log.level = 3
 
 #
 # Delay for writing the framework state to disk in equinox