[jira] [Commented] (LOG4J2-3058) Support UNIX_NANOS in PatternLayout

2021-04-01 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313521#comment-17313521 ] Ralph Goers commented on LOG4J2-3058: - Sorry, no. I meant that Log4j implements a Pr

[GitHub] [logging-log4cxx] rm5248 opened a new pull request #60: Turn the threadname into a thread_local variable

2021-04-01 Thread GitBox
rm5248 opened a new pull request #60: URL: https://github.com/apache/logging-log4cxx/pull/60 Every time a LoggingEvent is created, part of the information that is stored in the LoggingEvent is the name of the thread that the log is from. By turning this into a `thread_local` variable and

[jira] [Commented] (LOG4J2-3058) Support UNIX_NANOS in PatternLayout

2021-04-01 Thread Andrew Harris (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313452#comment-17313452 ] Andrew Harris commented on LOG4J2-3058: --- [~vy], thank you for the suggestion about

[GitHub] [logging-log4j2] rgoers edited a comment on pull request #480: Master java11

2021-04-01 Thread GitBox
rgoers edited a comment on pull request #480: URL: https://github.com/apache/logging-log4j2/pull/480#issuecomment-812125020 @perry2of5 Thanks. That is likely related to why I couldn't get the log4j-osgi module to run its tests. I'll have to figure out what that warning means and fix it.

[GitHub] [logging-log4j2] rgoers commented on pull request #480: Master java11

2021-04-01 Thread GitBox
rgoers commented on pull request #480: URL: https://github.com/apache/logging-log4j2/pull/480#issuecomment-812125020 @perry2of5 Thanks. That is likely related to why I couldn't get the log4j-osgi to run its tests. I'll have to figure out what that warning means and fix it. -- This is an

[GitHub] [logging-log4j2] perry2of5 commented on pull request #480: Master java11

2021-04-01 Thread GitBox
perry2of5 commented on pull request #480: URL: https://github.com/apache/logging-log4j2/pull/480#issuecomment-812102267 Building on windows, Zulu Java 11, Maven 3.6.3, I see this warning in log4j-api, log4j-plugins, and others: [WARNING] * Required filename-based automodules detected: [

[jira] [Comment Edited] (LOG4J2-3058) Support UNIX_NANOS in PatternLayout

2021-04-01 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313226#comment-17313226 ] Ralph Goers edited comment on LOG4J2-3058 at 4/1/21, 3:43 PM:

[jira] [Commented] (LOG4J2-3058) Support UNIX_NANOS in PatternLayout

2021-04-01 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313226#comment-17313226 ] Ralph Goers commented on LOG4J2-3058: - As far as I know this is already supported. L

[jira] [Commented] (LOG4J2-3058) Support UNIX_NANOS in PatternLayout

2021-04-01 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17312933#comment-17312933 ] Volkan Yazici commented on LOG4J2-3058: --- [~andrew.harris], indeed {{PatternLayout}