From df26bc38a75f10650ce5785cdc9bd7b9516f6f25 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Wed, 4 May 2022 11:38:52 +0100 Subject: Security Logging Fields - logback encoder and sleuth 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: Id7e4d836188da54b94144076a8755e4a2643a7ad --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 33354123..d18acff4 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,16 @@ pom import + + net.logstash.logback + logstash-logback-encoder + 7.0.1 + + + org.codehaus.janino + janino + 3.1.7 + @@ -185,6 +195,18 @@ kafka test + + org.springframework.cloud + spring-cloud-starter-sleuth + + + net.logstash.logback + logstash-logback-encoder + + + org.codehaus.janino + janino + -- cgit 1.2.3-korg