Repository: bahir-flink
Updated Branches:
  refs/heads/master 0acc98c3f -> 8cc5252be


[BAHIR-115] log4j.properties for ActiveMQ connector tests


Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/8cc5252b
Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/8cc5252b
Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/8cc5252b

Branch: refs/heads/master
Commit: 8cc5252be3b4eddb543d29925ee78f3cff34938a
Parents: 0acc98c
Author: Christian Kadner <ckad...@us.ibm.com>
Authored: Wed Apr 26 23:28:58 2017 -0700
Committer: Christian Kadner <ckad...@us.ibm.com>
Committed: Wed Apr 26 23:28:58 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/8cc5252b/flink-connector-activemq/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/flink-connector-activemq/src/test/resources/log4j.properties 
b/flink-connector-activemq/src/test/resources/log4j.properties
new file mode 100644
index 0000000..a049886
--- /dev/null
+++ b/flink-connector-activemq/src/test/resources/log4j.properties
@@ -0,0 +1,24 @@
+#
+# 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.
+#
+
+# This file ensures that tests executed from the IDE show log output
+
+log4j.rootLogger=INFO, console
+log4j.appender.console=org.apache.log4j.ConsoleAppender
+log4j.appender.console.target=System.err
+log4j.appender.console.layout=org.apache.log4j.PatternLayout
+log4j.appender.console.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p %-60c %x 
- %m%n

Reply via email to