From ac5ae3e24e347bb6d643e9b4e5ebcf3baa7152a2 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Fri, 22 Apr 2022 22:47:41 +0100 Subject: Security Logging Fields - logback core and encoder dependencies are added. - New appender is added to log JSON format content on console. Issue-ID: CPS-986 Signed-off-by: sourabh_sourabh Change-Id: Ia72b27f306019fa259b3d6de4c5399f0ae734076 --- cps-service/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cps-service/pom.xml') diff --git a/cps-service/pom.xml b/cps-service/pom.xml index aea122d176..b9d6268746 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -107,6 +107,14 @@ org.springframework.boot spring-boot-starter-aop + + net.logstash.logback + logstash-logback-encoder + + + org.codehaus.janino + janino + org.codehaus.groovy -- cgit 1.2.3-korg