summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/logging.properties
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-28 10:41:35 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-11-28 10:41:35 +0000
commit47c63ec459dbb3e6bbd595f923f9b6f01ebb2fe8 (patch)
treecfa2b2246f3d4b1be067bf0b20d76ab5733110a7 /java/sca/samples/logging.properties
parent2dc8930c63368076d695c3f050fcd8815e7d0c2a (diff)
Add ant script to calculator-equinox (currently both OSGi and non-OSGi startup supported)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/logging.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/sca/samples/logging.properties b/java/sca/samples/logging.properties
new file mode 100644
index 0000000000..19634abd1f
--- /dev/null
+++ b/java/sca/samples/logging.properties
@@ -0,0 +1,8 @@
+handlers= java.util.logging.ConsoleHandler
+
+.level = INFO
+
+java.util.logging.ConsoleHandler.level = FINE
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+org.apache.tuscany.sca.level = INFO