Author: lresende
Date: Thu Jul 17 14:33:13 2008
New Revision: 677742
URL: http://svn.apache.org/viewvc?rev=677742&view=rev
Log:
Moving the gdata binding log4j configuration to resource folder in order to be
used by runtime
Added:
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties
(contents, props changed)
- copied, changed from r677480,
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/log4j.properties
Removed:
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/log4j.properties
Copied:
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties
(from r677480,
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/log4j.properties)
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties?p2=tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties&p1=tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/log4j.properties&r1=677480&r2=677742&rev=677742&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/log4j.properties
(original)
+++
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties
Thu Jul 17 14:33:13 2008
@@ -1,17 +1,25 @@
-# Default Logging Configuration
-
-log4j.rootLogger=INFO, stdout
-
-#to increase logging level
-
-#log4j.logger.org.dcm4cheri=DEBUG
-
-#to decrease logging level
-
-#log4j.logger.org.dcm4cheri=ERROR
-
-log4j.appender.stdout=org.apache.log4j.ConsoleAppe nder
-
-log4j.appender.stdout.layout=org.apache.log4j.Patt ernLayout
-
-log4j.appender.stdout.layout.ConversionPattern=%d{ ABSOLUTE} %-5p %x - %m\n
\ No newline at end of file
+#
+# 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.
+#
+
+# Set root logger level to WARN and its only appender to CONSOLE
+log4j.rootLogger=INFO, CONSOLE
+
+
+# Console appender
+log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
+log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
+log4j.appender.CONSOLE.layout.ConversionPattern=%d{ABSOLUTE} %-5p %x - %m\n
Propchange:
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange:
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Thu Jul 17 14:33:13 2008
@@ -0,0 +1 @@
+/tuscany/branches/sca-java-1.3/modules/binding-gdata-runtime-gsoc/src/log4j.properties:671193
Propchange:
tuscany/java/sca/modules/binding-gdata-runtime-gsoc/src/test/resources/log4j.properties
------------------------------------------------------------------------------
svn:mime-type = text/plain