[GitHub] [logging-log4cxx] bblough opened a new pull request #13: Add JSONLayout class

2019-10-11 Thread GitBox
bblough opened a new pull request #13: Add JSONLayout class URL: https://github.com/apache/logging-log4cxx/pull/13 This layout will format the LoggingEvent information such the date, logger, level, message, and location information, as well as the values in the MDC and NDC, into valid

[GitHub] [logging-log4net] kabilanvk commented on issue #51: Added support for .Net Standard 2.0

2019-10-11 Thread GitBox
kabilanvk commented on issue #51: Added support for .Net Standard 2.0 URL: https://github.com/apache/logging-log4net/pull/51#issuecomment-541260630 > Needed log4net for atleast .net standard 2.0. > Problem in publishing app of .net core 3.0 where log4net 2.0,8 is referenced My cha

[jira] [Commented] (LOG4J2-2706) JsonLayout prevents logging

2019-10-11 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16949526#comment-16949526 ] Ralph Goers commented on LOG4J2-2706: - Can you please provide your log4j2.xml? > Js

[jira] [Updated] (LOG4J2-2706) JsonLayout prevents logging

2019-10-11 Thread df (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] df updated LOG4J2-2706: --- Description: Hi, I have a log4j2.xml configuration with 2 appenders: * Console with JsonLayout * RollingFile In

[jira] [Updated] (LOG4J2-2706) JsonLayout prevents logging

2019-10-11 Thread df (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] df updated LOG4J2-2706: --- Description: Hi, I have a log4j2.xml configuration with 2 appenders: * Console with JsonLayout * RollingFile In

[jira] [Created] (LOG4J2-2706) JsonLayout prevents logging

2019-10-11 Thread df (Jira)
df created LOG4J2-2706: -- Summary: JsonLayout prevents logging Key: LOG4J2-2706 URL: https://issues.apache.org/jira/browse/LOG4J2-2706 Project: Log4j 2 Issue Type: Bug Components: Appenders, La