You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/12/08 02:05:08 UTC

[2/5] git commit: fix missing config file

fix missing config file


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/2e7b5ff3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/2e7b5ff3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/2e7b5ff3

Branch: refs/heads/master
Commit: 2e7b5ff3c654c8c43853a483f48c8b478747e224
Parents: a2c1f8d
Author: olivier lamy <ol...@apache.org>
Authored: Sat Dec 8 01:46:17 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Sat Dec 8 01:46:17 2012 +0100

----------------------------------------------------------------------
 .../src/main/config/log4j.properties               |   31 +++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/2e7b5ff3/recipes/rsync-replicated-file-system/src/main/config/log4j.properties
----------------------------------------------------------------------
diff --git a/recipes/rsync-replicated-file-system/src/main/config/log4j.properties b/recipes/rsync-replicated-file-system/src/main/config/log4j.properties
new file mode 100644
index 0000000..4b3dc31
--- /dev/null
+++ b/recipes/rsync-replicated-file-system/src/main/config/log4j.properties
@@ -0,0 +1,31 @@
+#
+# 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 DEBUG and its only appender to A1.
+log4j.rootLogger=ERROR,A1
+
+# A1 is set to be a ConsoleAppender.
+log4j.appender.A1=org.apache.log4j.ConsoleAppender
+
+# A1 uses PatternLayout.
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
+log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
+
+log4j.logger.org.I0Itec=ERROR
+log4j.logger.org.apache=ERROR