[DMAAP-48] Initial code import
[dmaap/datarouter.git] / datarouter-prov / src / main / resources / misc / log4j.drroute.properties
diff --git a/datarouter-prov/src/main/resources/misc/log4j.drroute.properties b/datarouter-prov/src/main/resources/misc/log4j.drroute.properties
new file mode 100644 (file)
index 0000000..4ff4278
--- /dev/null
@@ -0,0 +1,41 @@
+#-------------------------------------------------------------------------------\r
+# ============LICENSE_START==================================================\r
+# * org.onap.dmaap\r
+# * ===========================================================================\r
+# * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
+# * ===========================================================================\r
+# * Licensed under the Apache License, Version 2.0 (the "License");\r
+# * you may not use this file except in compliance with the License.\r
+# * You may obtain a copy of the License at\r
+# * \r
+#  *      http://www.apache.org/licenses/LICENSE-2.0\r
+# * \r
+#  * Unless required by applicable law or agreed to in writing, software\r
+# * distributed under the License is distributed on an "AS IS" BASIS,\r
+# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+# * See the License for the specific language governing permissions and\r
+# * limitations under the License.\r
+# * ============LICENSE_END====================================================\r
+# *\r
+# * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
+# *\r
+#-------------------------------------------------------------------------------\r
+#\r
+#                        AT&T - PROPRIETARY\r
+#          THIS FILE CONTAINS PROPRIETARY INFORMATION OF\r
+#        AT&T AND IS NOT TO BE DISCLOSED OR USED EXCEPT IN\r
+#             ACCORDANCE WITH APPLICABLE AGREEMENTS.\r
+#\r
+#          Copyright (c) 2013 AT&T Knowledge Ventures\r
+#              Unpublished and Not for Publication\r
+#                     All Rights Reserved\r
+#\r
+# CVS: $Id: log4j.drroute.properties,v 1.1 2013/11/06 16:23:54 eby Exp $\r
+#      This log4j properties file is used only by dr-route\r
+#\r
+\r
+log4j.rootLogger=INFO, stdout\r
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender\r
+log4j.appender.stdout.Target=System.out\r
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout\r
+log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n\r