summaryrefslogtreecommitdiffstats
path: root/ajsc-shared-config/etc/basic-logback_root_logger_level_off.xml
diff options
context:
space:
mode:
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>