From 47c63ec459dbb3e6bbd595f923f9b6f01ebb2fe8 Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 28 Nov 2008 10:41:35 +0000 Subject: 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 --- java/sca/samples/logging.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 java/sca/samples/logging.properties (limited to 'java/sca/samples/logging.properties') 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 -- cgit v1.2.3