From a11989f24ae38eeb02d5184a672bcd21ebda7135 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 17 Jun 2019 10:16:43 +0000 Subject: Removing unnecessary mounts in APEX CSIT In the end to end csit test cases of APEX, currently we are mounting the config files for APEX and PAP. This is not necessary. Change-Id: I10f9ed509e4bb537cc91f145dde34aeb8c0d9b99 Issue-ID: POLICY-1863 Signed-off-by: a.sreekumar --- .../policy/policy-apex-pdp/config/pap/logback.xml | 102 --------------------- 1 file changed, 102 deletions(-) delete mode 100644 scripts/policy/policy-apex-pdp/config/pap/logback.xml (limited to 'scripts/policy/policy-apex-pdp/config/pap/logback.xml') diff --git a/scripts/policy/policy-apex-pdp/config/pap/logback.xml b/scripts/policy/policy-apex-pdp/config/pap/logback.xml deleted file mode 100644 index a34956c5..00000000 --- a/scripts/policy/policy-apex-pdp/config/pap/logback.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - ${logDir}/${errorLog}.log - - ${logDir}/${errorLog}.%d{yyyy-MM-dd}.%i.log.zip - - 50MB - 30 - 10GB - - - WARN - - - ${errorPattern} - - - - - - - - - ${logDir}/${debugLog}.log - - ${logDir}/${debugLog}.%d{yyyy-MM-dd}.%i.log.zip - - 50MB - 30 - 10GB - - - ${debugPattern} - - - - - - - - - ${logDir}/${networkLog}.log - - ${logDir}/${networkLog}.%d{yyyy-MM-dd}.%i.log.zip - - 50MB - 30 - 10GB - - - ${networkPattern} - - - - - - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg