Author: antelder
Date: Sun Nov 21 18:04:10 2010
New Revision: 1037517
URL: http://svn.apache.org/viewvc?rev=1037517&view=rev
Log:
Add a looging properties file to the shell
Added:
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/logging.properties
(with props)
Modified:
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/default.config
Modified:
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/default.config
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/default.config?rev=1037517&r1=1037516&r2=1037517&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/default.config
(original)
+++
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/default.config
Sun Nov 21 18:04:10 2010
@@ -17,6 +17,6 @@
classpath=modules/**
mainClass=[firstArgJarManifestMainClass]|org.apache.tuscany.sca.shell.Shell
--Djava.util.logging.config.file={TUSCANY_HOME}/samples/logging.properties
+-Djava.util.logging.config.file={TUSCANY_HOME}/bin/logging.properties
Added:
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/logging.properties
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/logging.properties?rev=1037517&view=auto
==============================================================================
---
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/logging.properties
(added)
+++
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/logging.properties
Sun Nov 21 18:04:10 2010
@@ -0,0 +1,25 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+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
Propchange:
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/logging.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/launcher/logging.properties
------------------------------------------------------------------------------
svn:keywords = Rev Date