From 6b5de38fefb02a665dc2b8e2a581b824f4469d35 Mon Sep 17 00:00:00 2001 From: Maksim Kanev Date: Thu, 25 Sep 2014 18:18:53 +0400 Subject: [PATCH] Add UTF-8 charset element to logback base.xml Update base logback configuration to include a UTF-8 charset element which helps with multilanguage support. Fixes gh-1618 --- .../resources/org/springframework/boot/logging/logback/basic.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/basic.xml b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/basic.xml index cbddd773bf0..17499b22672 100644 --- a/spring-boot/src/main/resources/org/springframework/boot/logging/logback/basic.xml +++ b/spring-boot/src/main/resources/org/springframework/boot/logging/logback/basic.xml @@ -8,6 +8,7 @@ ${CONSOLE_LOG_PATTERN} + utf-8