You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, Logback uses Charset.defaultCharset() for file logging. Log4j2 uses UTF-8. I think we should consider using UTF-8 for Logback, too. Charset.defaultCharset() is platform dependent, which could lead to confusing bugs. The Java team (with JEP 400) recognized this is a problem and fixed that in Java 18.
Right now, Logback uses
Charset.defaultCharset()
for file logging. Log4j2 uses UTF-8. I think we should consider using UTF-8 for Logback, too.Charset.defaultCharset()
is platform dependent, which could lead to confusing bugs. The Java team (with JEP 400) recognized this is a problem and fixed that in Java 18.Read #44353 for more background.
The text was updated successfully, but these errors were encountered: