Disable OSGi boot debug
[lgpl/argeo-commons.git] / base / runtime / org.argeo.osgi.boot / src / main / java / org / argeo / osgi / boot / OsgiBoot.java
index eaafef47937172b0f529df7d9a4ab784cd2bde03..465ba96812921b84ad9b97afedecc99612decfec 100644 (file)
@@ -81,7 +81,7 @@ public class OsgiBoot {
        public final static String INSTANCE_AREA_DEFAULT_PROP = "osgi.instance.area.default";
 
        private boolean debug = Boolean.valueOf(
-                       System.getProperty(PROP_ARGEO_OSGI_BOOT_DEBUG, "true"))
+                       System.getProperty(PROP_ARGEO_OSGI_BOOT_DEBUG, "false"))
                        .booleanValue();
        /** Exclude svn metadata implicitely(a bit costly) */
        private boolean excludeSvn = Boolean.valueOf(