Commit 6b5de38f authored by Maksim Kanev's avatar Maksim Kanev Committed by Phillip Webb

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
parent a7a337a1
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment