From 783745964f1362fadd499f32dcd60325d247dcfe Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 29 Aug 2019 18:02:17 -0400 Subject: Change AlertSeverity to Severity in policy/engine Updated logback xml files, replacing AlertSeverity with Severity. Also fixed some spacing issues. Change-Id: I3e4b9163d5d897fe4402028b69c741f497aecfc5 Issue-ID: POLICY-1989 Signed-off-by: Jim Hahn --- BRMSGateway/src/main/resources/logback.xml | 150 ++++++++++++++--------------- 1 file changed, 75 insertions(+), 75 deletions(-) (limited to 'BRMSGateway') diff --git a/BRMSGateway/src/main/resources/logback.xml b/BRMSGateway/src/main/resources/logback.xml index b9e12a7b3..07a587212 100644 --- a/BRMSGateway/src/main/resources/logback.xml +++ b/BRMSGateway/src/main/resources/logback.xml @@ -2,14 +2,14 @@ ============LICENSE_START======================================================= ONAP Policy Engine ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed 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. @@ -22,73 +22,73 @@ - + - - - + - - + + - - - - - - - - - - + + + + - - - + + + + + --> --> - - - - - - - - + + + + + --> - - - + + + @@ -100,28 +100,28 @@ - - - - + ${logDirectory}/${auditLogName}.log ${logDirectory}/${auditLogName}.%d{yyyy-MM-dd}.%i.log.zip - - + + 50MB 30 10GB - + ${defaultAuditPattern} @@ -141,18 +141,18 @@ ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.%i.log.zip - - + + 50MB 30 10GB - + ${defaultMetricPattern} - + 256 @@ -160,15 +160,15 @@ - + ${logDirectory}/${errorLogName}.log ${logDirectory}/${errorLogName}.%d{yyyy-MM-dd}.%i.log.zip - - + + 50MB 30 10GB @@ -176,27 +176,27 @@ ERROR - + ${defaultErrorPattern} - + 256 - + ${debugLogDirectory}/${debugLogName}.log ${debugLogDirectory}/${debugLogName}.%d{yyyy-MM-dd}.%i.log.zip - - + + 50MB 30 10GB @@ -204,44 +204,44 @@ DEBUG - + ${debugLoggerPattern} - + 256 true - - + + - + - + - + - + - - - + + + - \ No newline at end of file + -- cgit 1.2.3-korg