From eee98a6c984ab48f05fadaf0a126aaa917bfa820 Mon Sep 17 00:00:00 2001 From: egernug Date: Thu, 4 Jul 2019 15:13:15 +0000 Subject: Functionality and Pattern changes for Node logging Change-Id: Ief4cd3dc824f1454ba58db63e79694a4cda77712 Issue-ID: DMAAP-1049 Signed-off-by: egernug --- datarouter-node/src/main/resources/logback.xml | 302 +++++++------------------ 1 file changed, 81 insertions(+), 221 deletions(-) (limited to 'datarouter-node/src/main/resources/logback.xml') diff --git a/datarouter-node/src/main/resources/logback.xml b/datarouter-node/src/main/resources/logback.xml index cc2ff4e2..dc19cb6f 100644 --- a/datarouter-node/src/main/resources/logback.xml +++ b/datarouter-node/src/main/resources/logback.xml @@ -8,9 +8,9 @@ * 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 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software + * 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 @@ -20,33 +20,19 @@ * ECOMP is a trademark and service mark of AT&T Intellectual Property. * --> - - - - - + - - - - - - + + + + + + + - - - - - - - - - - + - @@ -64,258 +50,147 @@ log --> - - ${logDirectory}/${generalLogName}.log - - INFO - ACCEPT - DENY + ${logDirectory}/${auditLog}.log + - ${logDirectory}/${generalLogName}.%i.log.zip + ${logDirectory}/${auditLog}.%i.log.zip 1 9 - 5MB + 50MB ${defaultPattern} - + 256 - - - - - + - - - - - - - - + + + - - - - - - - 256 - - - - - ${logDirectory}/${errorLogName}.log - - ERROR + ${logDirectory}/${errorLog}.log + + WARN ACCEPT DENY - ${logDirectory}/${errorLogName}.%i.log.zip + ${logDirectory}/${errorLog}.%i.log.zip 1 9 - 5MB + 50MB ${defaultPattern} - + 256 - + - - ${logDirectory}/${jettyAndNodeLogName}.log - + ${logDirectory}/${jettyLog}.log + - ${logDirectory}/${jettyAndNodeLogName}.%i.log.zip + ${logDirectory}/${jettyLog}.%i.log.zip 1 9 - 5MB + 50MB - ${jettyAndNodeLoggerPattern} + ${defaultPattern} - + 256 - + true @@ -326,49 +201,34 @@ - + - - - - - - - - - + + + - - - + + + + + -- cgit 1.2.3-korg