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 02:54:57 UTC

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

Author: jgoodyear
Date: Tue Apr 17 00:54:57 2012
New Revision: 1326853

URL: http://svn.apache.org/viewvc?rev=1326853&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.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties

Modified: karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties?rev=1326853&r1=1326852&r2=1326853&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties (original)
+++ karaf/branches/karaf-2.2.x/assemblies/apache-karaf/src/main/filtered-resources/etc/config.properties Tue Apr 17 00:54:57 2012
@@ -94,6 +94,8 @@ 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