Files
spring-boot/spring-boot-project
Dmytro Nosan a250bbb7e4 Use Console charset for console logging when available
Prior to this commit, LogbackLoggingSystemProperties
doesn't respect Console.charset(). It used Charset.getDefaultCharset()
for logback and  UTF-8 for log42j as defaults.

This commit changes the behaviour of LogbackLoggingSystemProperties to use
 Console.charset() when available. If no console is present, the default
 charset is used instead.

These changes bring consistency across logging implementations.

See gh-43118

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-02-28 08:27:40 +01:00
..
2025-02-18 15:12:07 -08:00
2025-02-18 15:12:07 -08:00
2025-02-24 08:23:53 +01:00
2024-12-12 11:07:04 +00:00
2025-02-18 15:12:07 -08:00
2025-02-26 15:31:17 +00:00