You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2017/02/23 18:52:06 UTC

accumulo-examples git commit: Added log4j.properties to src/main/resources

Repository: accumulo-examples
Updated Branches:
  refs/heads/master 71a84a1ef -> a3d3615aa


Added log4j.properties to src/main/resources


Project: http://git-wip-us.apache.org/repos/asf/accumulo-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-examples/commit/a3d3615a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-examples/tree/a3d3615a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-examples/diff/a3d3615a

Branch: refs/heads/master
Commit: a3d3615aa9fe8184df14a55d7a8841365249050e
Parents: 71a84a1
Author: Mike Miller <mm...@apache.org>
Authored: Wed Feb 22 12:33:22 2017 -0500
Committer: Mike Miller <mm...@apache.org>
Committed: Wed Feb 22 13:32:43 2017 -0500

----------------------------------------------------------------------
 src/main/resources/log4j.properties | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-examples/blob/a3d3615a/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties
new file mode 100644
index 0000000..0096594
--- /dev/null
+++ b/src/main/resources/log4j.properties
@@ -0,0 +1,19 @@
+# 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.
+
+log4j.rootLogger=INFO, CA
+log4j.appender.CA=org.apache.log4j.ConsoleAppender
+log4j.appender.CA.layout=org.apache.log4j.PatternLayout
+log4j.appender.CA.layout.ConversionPattern=[%t} %-5p %c %x - %m%n