[jira] [Commented] (LOG4NET-652) Pattern with context property causes PlatformNotSupportedException on Linux

2020-10-09 Thread Scott Barnes (Jira)
[ https://issues.apache.org/jira/browse/LOG4NET-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17211534#comment-17211534 ] Scott Barnes commented on LOG4NET-652: -- I took a different approach that allows for

[jira] [Work logged] (LOG4NET-652) Pattern with context property causes PlatformNotSupportedException on Linux

2020-10-09 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LOG4NET-652?focusedWorklogId=498832&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-498832 ] ASF GitHub Bot logged work on LOG4NET-652: -- Author: ASF GitHub Bot

[GitHub] [logging-log4net] atomsmith opened a new pull request #70: Fixes LOG4NET-652 while providing non-Windows username capability

2020-10-09 Thread GitBox
atomsmith opened a new pull request #70: URL: https://github.com/apache/logging-log4net/pull/70 This PR resolves the .NET Standard non-Windows username query issue in a different way: instead of trapping the PlatformNotSupportedException, it proactively queries whether a Windows or non-Win

[GitHub] [logging-log4j2] vy commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
vy commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-706217689 Thanks for the feedback @diepet, keep 'em coming! This is an automated message from the Apache Git Service. To r

[GitHub] [logging-log4j2] vy commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
vy commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-705785985 _[Sorry for the late reply, I am pretty much swamped with my day job nowadays.]_ @diepet, I have deliberately left out _blank value elimination_ in `JsonTemplateLayout` (

[GitHub] [logging-log4j2] diepet commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
diepet commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-706130571 Ehy @vy, better a late reply than a null reply! Thanks, your points are clear and understandable. I am looking forward to using the message parameters resolver

[GitHub] [logging-log4j2] diepet commented on pull request #335: Import of LogstashLayout as JsonTemplateLayout

2020-10-09 Thread GitBox
diepet commented on pull request #335: URL: https://github.com/apache/logging-log4j2/pull/335#issuecomment-706130571 Ehy @vy, better a late reply than a null reply! Thanks, your points are clear and understandable. I am looking forward to using the message parameters resolver

[jira] [Commented] (LOG4J2-2936) Add message parameters in JsonLayout

2020-10-09 Thread Diego Pettisani (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210766#comment-17210766 ] Diego Pettisani commented on LOG4J2-2936: - Thanks [~vy]! You're totally right

[jira] [Commented] (LOG4J2-2936) Add message parameters in JsonLayout

2020-10-09 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210684#comment-17210684 ] Volkan Yazici commented on LOG4J2-2936: --- Hey [~diepet]! Thanks so much for sharing