aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml
diff options
context:
space:
mode:
authorLeonard, Mark (ml401d) <ml401d@att.com>2018-03-21 18:40:41 +0000
committerMark Leonard <mark.j.leonard@gmail.com>2018-03-28 13:50:51 +0100
commit66b3afa06776e9944ad515206d281d67747c9770 (patch)
tree427098937879fe09ae4fc3af4ae004359a60212a /ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml
parent161f5a7d9b900ae34a4886d7f7fb01ea496f71eb (diff)
Incorporate the ECOMP SDC Artefact Generator code
Remove the Maven dependency on openecomp-sdc-artifact-generator-core, because this is not maintained in the ONAP source code repositories. The functionality provided by the SDC Artifact Generator is replaced with equivalent code that depends on the SDC-TOSCA parsing library, without introducing any backwards-compatibility breaks. The intention is to make this Maven project more maintainable by depending only the common ONAP libraries. Change-Id: I01d78575d3b7c70a11e4c7989a021de3c0913a06 Issue-ID: AAI-943 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml')
-rw-r--r--ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml25
1 files changed, 8 insertions, 17 deletions
diff --git a/ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml b/ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml
index 4ebe2db..e7568ca 100644
--- a/ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml
+++ b/ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml
@@ -1,6 +1,3 @@
-<!--
- Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
--->
<configuration scan="true" scanPeriod="3 seconds" debug="true">
<property name="logDirectory" value="${AJSC_HOME}/log" />
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
@@ -13,8 +10,7 @@
</encoder>
</appender>
- <appender name="INFO"
- class="ch.qos.logback.core.rolling.RollingFileAppender">
+ <appender name="INFO" class="ch.qos.logback.core.rolling.RollingFileAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>DEBUG</level>
</filter>
@@ -25,16 +21,14 @@
<minIndex>1</minIndex>
<maxIndex>9</maxIndex>
</rollingPolicy>
- <triggeringPolicy
- class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
+ <triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
<maxFileSize>5MB</maxFileSize>
</triggeringPolicy>
<encoder>
<pattern>"%d [%thread] %-5level %logger{1024} - %msg%n"</pattern>
</encoder>
</appender>
- <appender name="ERROR"
- class="ch.qos.logback.core.rolling.RollingFileAppender">
+ <appender name="ERROR" class="ch.qos.logback.core.rolling.RollingFileAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>ERROR</level>
</filter>
@@ -45,8 +39,7 @@
<minIndex>1</minIndex>
<maxIndex>9</maxIndex>
</rollingPolicy>
- <triggeringPolicy
- class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
+ <triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
<maxFileSize>5MB</maxFileSize>
</triggeringPolicy>
<encoder>
@@ -61,9 +54,8 @@
</filter>
<syslogHost>localhost</syslogHost>
<facility>USER</facility>
- <!-- Note the colon character below - it is important part of "TAG" message
- format You need a colon to determine where the TAG field ends and the CONTENT
- begins -->
+ <!-- Note the colon character below - it is important part of "TAG" message format
+ You need a colon to determine where the TAG field ends and the CONTENT begins -->
<suffixPattern>AJSC_AUDIT: [%thread] [%logger] %msg</suffixPattern>
</appender>
<appender name="CONTROLLER-AUDIT" class="ch.qos.logback.classic.net.SyslogAppender">
@@ -72,9 +64,8 @@
</filter>
<syslogHost>localhost</syslogHost>
<facility>USER</facility>
- <!-- Note the colon character below - it is important part of "TAG" message
- format You need a colon to determine where the TAG field ends and the CONTENT
- begins -->
+ <!-- Note the colon character below - it is important part of "TAG" message format
+ You need a colon to determine where the TAG field ends and the CONTENT begins -->
<suffixPattern>AJSC_AUDIT: [%thread] [%logger] mdc:[%mdc] %msg
</suffixPattern>
</appender>