diff --git a/youlai-common/common-web/src/main/resources/logback-spring.xml b/youlai-common/common-web/src/main/resources/logback-spring.xml new file mode 100644 index 000000000..8326de1da --- /dev/null +++ b/youlai-common/common-web/src/main/resources/logback-spring.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + DEBUG + + + ${CONSOLE_LOG_PATTERN} + UTF-8 + + + + + + + ${LOG_HOME}/log.log + + + %d{yyyy-MM-dd HH:mm:ss.SSS} -%5level ---[%15.15thread] %-40.40logger{39} : %msg%n%n + UTF-8 + + + + ${LOG_HOME}/%d{yyyy-MM-dd}.%i.log + + 10MB + + + 15 + + + + INFO + + + + + + + + + + + + + + + + + + \ No newline at end of file