From f9094143d72a99bb52ad6414568ee2c93611115c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 4 Mar 2014 22:23:44 +0000 Subject: [PATCH] Remove undefined FILE appender from basic log4j config Fixes gh-433 --- .../springframework/boot/logging/log4j/basic-log4j.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/resources/org/springframework/boot/logging/log4j/basic-log4j.properties b/spring-boot/src/main/resources/org/springframework/boot/logging/log4j/basic-log4j.properties index 3e57f86d21..253900fe6b 100644 --- a/spring-boot/src/main/resources/org/springframework/boot/logging/log4j/basic-log4j.properties +++ b/spring-boot/src/main/resources/org/springframework/boot/logging/log4j/basic-log4j.properties @@ -1,4 +1,4 @@ -log4j.rootCategory=INFO, CONSOLE, FILE +log4j.rootCategory=INFO, CONSOLE PID=???? LOG_PATTERN=[%d{yyyy-MM-dd HH:mm:ss.SSS}] boot%X{context} - ${PID} %5p [%t] --- %c{1}: %m%n