[jira] [Commented] (LOGCXX-513) Time based rolling is not working on Windows 10

2020-11-29 Thread Somashekhar (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240516#comment-17240516 ] Somashekhar commented on LOGCXX-513: [~tschoening], Thanks... Let me try creating ne

[jira] [Closed] (LOG4J2-2720) TestAppender based on MutableLogEvent stop working in Log4j2.11

2020-11-29 Thread Adwait Kumar Singh (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adwait Kumar Singh closed LOG4J2-2720. -- Resolution: Fixed > TestAppender based on MutableLogEvent stop working in Log4j2.11 >

[jira] [Commented] (LOGCXX-513) Time based rolling is not working on Windows 10

2020-11-29 Thread Somashekhar (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240496#comment-17240496 ] Somashekhar commented on LOGCXX-513: [~rmiddleton], Thank you for details. I would l

[jira] [Updated] (LOGCXX-513) Time based rolling is not working on Windows 10

2020-11-29 Thread Somashekhar (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Somashekhar updated LOGCXX-513: --- Attachment: Folder_Structure.png > Time based rolling is not working on Windows 10 >

[jira] [Commented] (LOGCXX-513) Time based rolling is not working on Windows 10

2020-11-29 Thread Jira
[ https://issues.apache.org/jira/browse/LOGCXX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240291#comment-17240291 ] Thorsten Schöning commented on LOGCXX-513: -- I've came across similar issues in t

[jira] [Commented] (LOGCXX-513) Time based rolling is not working on Windows 10

2020-11-29 Thread Robert Middleton (Jira)
[ https://issues.apache.org/jira/browse/LOGCXX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240289#comment-17240289 ] Robert Middleton commented on LOGCXX-513: - This seems to be a cross-platform thin

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #444: [draft/proof of concept] JTL memory optimizations

2020-11-29 Thread GitBox
carterkozak commented on a change in pull request #444: URL: https://github.com/apache/logging-log4j2/pull/444#discussion_r532232183 ## File path: log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/resolver/ReadOnlyStringMapResolver.java ##

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #444: [draft/proof of concept] JTL memory optimizations

2020-11-29 Thread GitBox
carterkozak commented on a change in pull request #444: URL: https://github.com/apache/logging-log4j2/pull/444#discussion_r532231934 ## File path: log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/util/JsonWriter.java ## @@ -513,18 +509,15

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #444: [draft/proof of concept] JTL memory optimizations

2020-11-29 Thread GitBox
carterkozak commented on a change in pull request #444: URL: https://github.com/apache/logging-log4j2/pull/444#discussion_r532231767 ## File path: log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/util/JsonWriter.java ## @@ -572,6 +565,10 @

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #444: [draft/proof of concept] JTL memory optimizations

2020-11-29 Thread GitBox
carterkozak commented on a change in pull request #444: URL: https://github.com/apache/logging-log4j2/pull/444#discussion_r532231594 ## File path: log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessage.java ## @@ -302,6 +302,10 @@ public static String de

[GitHub] [logging-log4j2] carterkozak opened a new pull request #444: [draft/proof of concept] JTL memory optimizations

2020-11-29 Thread GitBox
carterkozak opened a new pull request #444: URL: https://github.com/apache/logging-log4j2/pull/444 09e1bae: Avoids allocating new string objects when parameters are formatted, preferring to use the existing StringBuilder instance. 38b9650: Remove JsonWriter.formattableBuffer in favor

[jira] [Commented] (LOG4J2-2967) NullPointerException when used the messageParameter resolver of the JsonLayoutTemplate

2020-11-29 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17240278#comment-17240278 ] Carter Kozak commented on LOG4J2-2967: -- I have a fix pending review: https://github

[GitHub] [logging-log4j2] carterkozak commented on pull request #443: LOG4J2-2967: Fix JTL parameter resolution for messages with too few parameters

2020-11-29 Thread GitBox
carterkozak commented on pull request #443: URL: https://github.com/apache/logging-log4j2/pull/443#issuecomment-735411858 @vy I'd appreciate your review on this at your convenience :-) This is an automated message from the Ap

[GitHub] [logging-log4j2] carterkozak opened a new pull request #443: LOG4J2-2967: Fix JTL parameter resolution for messages with too few parameters

2020-11-29 Thread GitBox
carterkozak opened a new pull request #443: URL: https://github.com/apache/logging-log4j2/pull/443 When messages don't contain enough parameters, index-based lookups result in a JSON null token rather than failing to produce a log event. This change also modifies behavior of non-in

[jira] [Closed] (LOG4J2-2966) Investigate replacing String.valueOf() usages in JTL with ParameterizedMessage.deepToString()

2020-11-29 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak closed LOG4J2-2966. Resolution: Fixed The change looks good. Thanks, Volkan! > Investigate replacing String.valueOf()