diff --git a/youlai-common/common-web/src/main/resources/logback-spring.xml b/youlai-common/common-web/src/main/resources/logback-spring.xml index 0e7bacecd..b712d4fe1 100644 --- a/youlai-common/common-web/src/main/resources/logback-spring.xml +++ b/youlai-common/common-web/src/main/resources/logback-spring.xml @@ -16,9 +16,6 @@ www.juxingtech.cn:4560 - - {"appname":"${APP_NAME}"} - @@ -28,14 +25,15 @@ { - "project": "youlai-mall", + "project": "${APP_NAME}", "level": "%level", "service": "${APP_NAME:-}", "pid": "${PID:-}", "thread": "%thread", "class": "%logger", "message": "%message", - "stack_trace": "%exception{20}" + "stack_trace": "%exception{20}", + "appname": "${APP_NAME}" }