mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
This commit aligns the file charset between Log4j2 and Logback. Prior to this commit, there was an inconsistency between the two: Log4j2 used UTF-8, while Logback used Charset.defaultCharset(), which is platform-dependent. See gh-46846 Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>