From 3cc07c90f703ef24ff04c112172ecf69d5b644f9 Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 1 Mar 2022 14:49:08 -0600 Subject: Remove features-session-persistence and eelf These are unused. Issue-ID: POLICY-3922 Signed-off-by: jhh Change-Id: I9ef6af27d4d5ed5667a60db841a82b4d492f79f4 --- .../src/main/feature/config/logback-eelf.xml | 184 --------------------- 1 file changed, 184 deletions(-) delete mode 100644 feature-eelf/src/main/feature/config/logback-eelf.xml (limited to 'feature-eelf/src/main/feature/config/logback-eelf.xml') diff --git a/feature-eelf/src/main/feature/config/logback-eelf.xml b/feature-eelf/src/main/feature/config/logback-eelf.xml deleted file mode 100644 index 7acd33fa..00000000 --- a/feature-eelf/src/main/feature/config/logback-eelf.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - ${defaultPattern} - - - - - ${logDirectory}/${auditLogName}.log - - ${logDirectory}/${auditLogName}.%i.log.zip - - 1 - 5 - - - 10MB - - - ${defaultAuditPattern} - - - - - - - - - ${logDirectory}/${metricsLogName}.log - - ${logDirectory}/${metricsLogName}.%i.log.zip - - 1 - 5 - - - 15MB - - - ${defaultMetricPattern} - - - - - - - - - - ${logDirectory}/${errorLogName}.log - - ${logDirectory}/${errorLogName}.%i.log.zip - - 1 - 5 - - - ERROR - - - 20MB - - - ${defaultErrorPattern} - - - - - - - - - ${debugLogDirectory}/${debugLogName}.log - - ${debugLogDirectory}/${debugLogName}.%i.log.zip - - 1 - 5 - - - 20MB - - - ${debugPattern} - - - - - - - - - ${logDirectory}/${networkLogName}.log - - ${logDirectory}/${networkLogName}.%i.log.zip - - 1 - 5 - - - 15MB - - - ${networkPattern} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg