From 426c5680d421ca4023cd05e48bf7cc57dade3e7d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 May 2014 16:38:02 +0100 Subject: [PATCH] =?UTF-8?q?Use=20Boot=E2=80=99s=20base=20Logback=20configu?= =?UTF-8?q?ration=20in=20the=20Integration=20sample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #922 --- .../src/main/resources/logback.xml | 29 ++----------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/resources/logback.xml b/spring-boot-samples/spring-boot-sample-integration/src/main/resources/logback.xml index 6d14d3439ad..178cf3322a0 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/resources/logback.xml +++ b/spring-boot-samples/spring-boot-sample-integration/src/main/resources/logback.xml @@ -1,29 +1,6 @@ - - - - - ${LOG_PATTERN} - - - - - ${LOG_PATTERN} - - ${LOG_FILE} - - ${LOG_FILE}.%i - - - 10MB - - + + - - - - - + \ No newline at end of file