diff --git a/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/file-appender.xml b/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/file-appender.xml
index 383e02750a..deae1a96a6 100644
--- a/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/file-appender.xml
+++ b/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/file-appender.xml
@@ -14,8 +14,8 @@ initialization performed by Boot
${LOG_FILE}
${LOG_FILE}.%d{yyyy-MM-dd}.%i.gz
- ${MAX_FILE_SIZE:-10MB}
- ${MAX_HISTORY:-0}
+ ${LOG_FILE_MAX_SIZE:-10MB}
+ ${LOG_FILE_MAX_HISTORY:-0}