Author: gawor
Date: Wed May 5 17:44:10 2010
New Revision: 941397
URL: http://svn.apache.org/viewvc?rev=941397&view=rev
Log:
property that controls whether stack traces are displayed in karaf shell
Modified:
geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties?rev=941397&r1=941396&r2=941397&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
(original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
Wed May 5 17:44:10 2010
@@ -55,7 +55,14 @@ xml.catalog.files=
#
jline.nobell=true
-### Debug level for Felix
+#
+# Print stack trackes in Karaf shell
+#
+# karaf.printStackTraces = true
+
+#
+# Debug level for Felix
+#
#felix.log.level=4
### Set OpenEJB LogFactory implementation
|