summaryrefslogtreecommitdiffstats
path: root/src/main/swm/common/localize.sh
diff options
context:
space:
mode:
authorajay_dp001 <ajay.deep.singh@est.tech>2021-01-28 14:33:07 +0530
committerajay_dp001 <ajay.deep.singh@est.tech>2021-02-09 17:57:20 +0530
commitcabe143a7c7c8011139cbb3c154abc4c3616c66f (patch)
tree0568507a3f5e6b0dee4ae2f16bbd6ebcb77d3b53 /src/main/swm/common/localize.sh
parent8333cde6f59d9a3b341c7e762cf68df8f316b962 (diff)
[DMaap-msgrtr] Update Security Vulnerabilities
- Log4j version 1.2.17 to 2.13.3 - commons-codec version 1.11 to 1.15 - jackson-databind version 2.8.11.1 to 2.11.2 - grails-bootstrap version 2.5.4 to 4.0.1 - httpclient version 4.5.3 to 4.5.13 - Code Refactoring Issue-ID: DMAAP-1515 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I6d52dd85e1ca82b5863815b26e4d521f9dac28b7
Diffstat (limited to 'src/main/swm/common/localize.sh')
-rw-r--r--src/main/swm/common/localize.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/swm/common/localize.sh b/src/main/swm/common/localize.sh
index c6aa5ed..2f2922b 100644
--- a/src/main/swm/common/localize.sh
+++ b/src/main/swm/common/localize.sh
@@ -88,10 +88,10 @@ sed -e 's/${CAMBRIA_SERVICE_PORT}/'${CAMBRIA_SERVICE_PORT}'/g' \
exit 7
}
-FINAL_LOG4J_FILE=${ROOT_DIR}/etc/log4j.xml
-TEMPLATE_LOG4J_FILE=${ROOT_DIR}/etc/log4j_template.xml
-BACKUP1_LOG4J_FILE=${ROOT_DIR}/etc/log4j.xml.bk.1
-BACKUP2_LOG4J_FILE=${ROOT_DIR}/etc/log4j.xml.bk.2
+FINAL_LOG4J_FILE=${ROOT_DIR}/etc/log4j2.xml
+TEMPLATE_LOG4J_FILE=${ROOT_DIR}/etc/log4j2_template.xml
+BACKUP1_LOG4J_FILE=${ROOT_DIR}/etc/log4j2.xml.bk.1
+BACKUP2_LOG4J_FILE=${ROOT_DIR}/etc/log4j2.xml.bk.2
if [ -z "${CAMBRIA_LOG_DIR}" ]; then
CAMBRIA_LOG_DIR=${ROOT_DIR}/logs