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
This commit is contained in:
Maksim Kanev 2014-09-25 18:18:53 +04:00 committed by Phillip Webb
parent a7a337a14f
commit 6b5de38fef
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>${CONSOLE_LOG_PATTERN}</pattern>
<charset>utf-8</charset>
</encoder>
</appender>