Hi All:

I can't seem to get TZ offsets to print based.

See
https://issues.apache.org/jira/browse/LOG4J2-1246?focusedCommentId=16672422&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16672422

To test, edit log4j-core/src/test/resources/log4j2-console.xml and
run ConsoleAppenderAnsiMessagesMain.

Any ideas?

Shouldn't
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.writeTime(int,
char[], int) write the TZ?

Tangentially, 
org.apache.logging.log4j.core.util.datetime.FixedDateFormat.format(long)
creates a new String which is cached IIRC, so it is hard to really be
GC-free using timestamps, right?

Gary

Reply via email to