From a3b88af4b8e3109c3bba60a07144b5ecc282a914 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 6 Oct 2021 13:54:48 +0200 Subject: prepare release information --- basicConfig/logback_config.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'basicConfig') diff --git a/basicConfig/logback_config.xml b/basicConfig/logback_config.xml index fa27a46a..0a53b1ec 100644 --- a/basicConfig/logback_config.xml +++ b/basicConfig/logback_config.xml @@ -26,7 +26,7 @@ ${catalina.base}/logs/eidas-ms-reversion.log - %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n + %5p | %d{dd HH:mm:ss,SSS} | %X{transactionId} | %t | %m%n 9999 @@ -40,7 +40,7 @@ ${catalina.base}/logs/eidas-ms-reversion.log - %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n + %5p | %d{dd HH:mm:ss,SSS} | %X{transactionId} | %t | %m%n 9999 @@ -54,7 +54,7 @@ ${catalina.base}/logs/eidas-ms-statistic.log - %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n + %5p | %d{dd HH:mm:ss,SSS} | %X{transactionId} | %t | %m%n 9999 @@ -68,7 +68,7 @@ ${catalina.base}/logs/console.log - %5p | %d{dd HH:mm:ss,SSS} | %t | %m%n + %5p | %d{dd HH:mm:ss,SSS} | %X{transactionId} | %t | %m%n 9999 @@ -80,7 +80,7 @@ - %5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n + %5p | %d{dd HH:mm:ss,SSS} | %X{transactionId} | %20c | %10t | %m%n -- cgit v1.2.3