From 5e4eb8c3bd9886e4c3ee2089b54236a01a99566b Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 21 Jun 2024 12:53:06 +0100 Subject: Create module structure in DMI Plugin To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug --- dmi-service/src/main/resources/logback-spring.xml | 75 +++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 dmi-service/src/main/resources/logback-spring.xml (limited to 'dmi-service/src/main/resources/logback-spring.xml') diff --git a/dmi-service/src/main/resources/logback-spring.xml b/dmi-service/src/main/resources/logback-spring.xml new file mode 100644 index 00000000..355209b4 --- /dev/null +++ b/dmi-service/src/main/resources/logback-spring.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + true + + { + "logTimeStamp": "${currentTimeStamp:-}", + "logTypeName": "", + "logLevel": "%level", + "traceId": "%X{traceId:-}", + "statusCode": "", + "principalId": "${username:-}", + "serviceName": "${springAppName:-}", + "message": "%message", + "spanId": "%X{spanId:-}", + "processId": "${PID:-}", + "threadName": "%thread", + "class": "%logger{40}", + "exception": "%wEx" + } + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg