Files
spring-boot/core
Dmytro Nosan 26372e78c6 Switch Logback's file logging charset to UTF-8
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>
2025-08-18 17:52:51 +02:00
..
2025-08-18 13:58:05 +02:00