diff --git a/backend/apigateway/src/main/resources/logback-spring.xml b/backend/apigateway/src/main/resources/logback-spring.xml index 74b3422..1ba9527 100644 --- a/backend/apigateway/src/main/resources/logback-spring.xml +++ b/backend/apigateway/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + + diff --git a/backend/board-service/src/main/resources/logback-spring.xml b/backend/board-service/src/main/resources/logback-spring.xml index 5d2aec4..9968bdd 100644 --- a/backend/board-service/src/main/resources/logback-spring.xml +++ b/backend/board-service/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + + diff --git a/backend/config/src/main/resources/logback-spring.xml b/backend/config/src/main/resources/logback-spring.xml index 28c2059..6a87fe7 100644 --- a/backend/config/src/main/resources/logback-spring.xml +++ b/backend/config/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + + diff --git a/backend/portal-service/src/main/resources/logback-spring.xml b/backend/portal-service/src/main/resources/logback-spring.xml index cfdd9f0..d1d5089 100644 --- a/backend/portal-service/src/main/resources/logback-spring.xml +++ b/backend/portal-service/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + + diff --git a/backend/reserve-check-service/src/main/resources/logback-spring.xml b/backend/reserve-check-service/src/main/resources/logback-spring.xml index 5f1cce1..d2c54de 100644 --- a/backend/reserve-check-service/src/main/resources/logback-spring.xml +++ b/backend/reserve-check-service/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + + diff --git a/backend/reserve-item-service/src/main/resources/logback-spring.xml b/backend/reserve-item-service/src/main/resources/logback-spring.xml index c70f671..8172157 100644 --- a/backend/reserve-item-service/src/main/resources/logback-spring.xml +++ b/backend/reserve-item-service/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + + diff --git a/backend/reserve-request-service/src/main/resources/logback-spring.xml b/backend/reserve-request-service/src/main/resources/logback-spring.xml index 6d13950..46779b1 100644 --- a/backend/reserve-request-service/src/main/resources/logback-spring.xml +++ b/backend/reserve-request-service/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + + diff --git a/backend/user-service/src/main/resources/logback-spring.xml b/backend/user-service/src/main/resources/logback-spring.xml index eeeb082..6d19236 100644 --- a/backend/user-service/src/main/resources/logback-spring.xml +++ b/backend/user-service/src/main/resources/logback-spring.xml @@ -3,7 +3,7 @@ - %d{yyyy-MM-dd HH:mm:ss.SSS} %thread %-5level %logger - %m%n + %d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) %magenta(%-4relative) - [%thread{10}, %X{traceId:-}, %X{spanId:-}] %cyan(%logger{20}): %msg%n @@ -20,9 +20,23 @@ - ${destination} - - {"app.name":"${app_name}"} + ${destination} + + + + + + + + + {"appName": "${app_name}"} + + + + + + +