[ https://issues.apache.org/jira/browse/LOG4J2-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Sicker resolved LOG4J2-1636. --------------------------------- Resolution: Fixed Fix Version/s: 2.8 2.8.1 Marking this fixed as it was included in the changelog and fixed some more in 2.8.1. > Console Appender does not pick up Oracle Java 8's sun.stdout.encoding and > sun.stderr.encoding > ---------------------------------------------------------------------------------------------- > > Key: LOG4J2-1636 > URL: https://issues.apache.org/jira/browse/LOG4J2-1636 > Project: Log4j 2 > Issue Type: Bug > Components: Appenders, Layouts > Environment: Windows > Reporter: Eldar Gabdullin > Assignee: Gary Gregory > Fix For: 2.8.1, 2.8 > > > The Oracle Java 8 platform supports two system properties to configure the > System console: sun.stdout.encoding and sun.stderr.encoding. > ---- > Default log4j configuration prints to console using platform's default > encoding, however that's not what standard windows console expects. > I.e. > {code} > System.out.println("Поехали"); // works just fine > System.out.write("Поехали!\n".getBytes(Charset.defaultCharset())); // > characters are messed up > log.info("Поехали"); // messed up in the same way > {code} > This happens not just on one machine, but on all Windows desktops and servers > in our organization. > Can we have out of the box Layout/Appender which prints directly to > System.out/err? -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org