diff --git a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml new file mode 100644 index 00000000000..abebff3b623 --- /dev/null +++ b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/base.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + ${CONSOLE_LOG_PATTERN} + + + + + + ${FILE_LOG_PATTERN} + + ${LOG_FILE} + + ${LOG_FILE}.%i + + + 10MB + + + + + + + + + + + + + diff --git a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/logback.xml b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/logback.xml index 199a8ff094a..173cd7038dd 100644 --- a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/logback.xml +++ b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/logback.xml @@ -1,39 +1,18 @@ - - - - - + - - - ${FILE_LOG_PATTERN} - - ${LOG_FILE} - - ${LOG_FILE}.%i - - - 10MB - - + - - - - - - - -