[jira] [Commented] (LOG4J2-1922) SocketHandler leaks connection if EOFException is thrown

2017-05-29 Thread Kohei Tamura (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028747#comment-16028747 ] Kohei Tamura commented on LOG4J2-1922: -- Steps to reproduce: (1) Create a client: {c

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread Ajitha (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028667#comment-16028667 ] Ajitha commented on LOG4J2-1921: I have not enabled proguard. Ya am aware of Androids l

Re: Wrong home for log4j-server stuff

2017-05-29 Thread Ralph Goers
I agree it doesn’t belong in the tools repo. It really belongs in a log4j-examples or log4j-samples as that is all it was meant to be. Ralph > On May 29, 2017, at 2:06 PM, Gary Gregory wrote: > > I find that the Git repo logging-log4j-tools is the wrong home for > log4-server. This is not a to

Wrong home for log4j-server stuff

2017-05-29 Thread Gary Gregory
I find that the Git repo logging-log4j-tools is the wrong home for log4-server. This is not a tool. It's a runtime component. I do not see why it cannot live in main repo. I use tools at development time. YMMV. Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with H

[GitHub] logging-log4j2 issue #81: Allow having the stacktrace as a string in JSONLay...

2017-05-29 Thread mikaelstaldal
Github user mikaelstaldal commented on the issue: https://github.com/apache/logging-log4j2/pull/81 Documentation in `layouts.xml.vm` should be updated. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[jira] [Commented] (LOG4J2-1923) JSONLayout should allow stacktrace as string

2017-05-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028554#comment-16028554 ] Mikael Ståldal commented on LOG4J2-1923: Yes, seems like a good idea. > JSONLayo

[GitHub] logging-log4j2 issue #81: Allow having the stacktrace as a string in JSONLay...

2017-05-29 Thread imriz
Github user imriz commented on the issue: https://github.com/apache/logging-log4j2/pull/81 Sure. I will check if I can extend it to xml and yaml. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[jira] [Updated] (LOG4J2-1923) JSONLayout should allow stacktrace as string

2017-05-29 Thread Imri Zvik (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Imri Zvik updated LOG4J2-1923: -- I am not sure. I am mostly assuming this due to the documentation. Apologies if I am wrong about this. Non

[GitHub] logging-log4j2 issue #81: Allow having the stacktrace as a string in JSONLay...

2017-05-29 Thread mikaelstaldal
Github user mikaelstaldal commented on the issue: https://github.com/apache/logging-log4j2/pull/81 It would be nice to have the same functionality in XmlLayout and YamlLayout. It should be easy to add that since they use the same Jackson based framework. --- If your project is set u

[jira] [Commented] (LOG4J2-1923) JSONLayout should allow stacktrace as string

2017-05-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028549#comment-16028549 ] Mikael Ståldal commented on LOG4J2-1923: The documentation has already been updat

[jira] [Commented] (LOG4J2-1923) JSONLayout should allow stacktrace as string

2017-05-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028550#comment-16028550 ] Mikael Ståldal commented on LOG4J2-1923: Which version of Log4j did have this fea

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028540#comment-16028540 ] Mikael Ståldal commented on LOG4J2-1921: Android actually has it's own logging "f

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028539#comment-16028539 ] Mikael Ståldal commented on LOG4J2-1921: Can it be so that ProGuard is removing s

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread Ajitha (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028535#comment-16028535 ] Ajitha commented on LOG4J2-1921: @Ralph et all : 1) Android does not support java 9 yet

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028489#comment-16028489 ] Ralph Goers commented on LOG4J2-1921: - I guess you are saying you have to compile the

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028460#comment-16028460 ] Matt Sicker commented on LOG4J2-1921: - I don't know much about Android other than the

[jira] [Created] (LOG4J2-1923) JSONLayout should allow stacktrace as string

2017-05-29 Thread Imri Zvik (JIRA)
Imri Zvik created LOG4J2-1923: - Summary: JSONLayout should allow stacktrace as string Key: LOG4J2-1923 URL: https://issues.apache.org/jira/browse/LOG4J2-1923 Project: Log4j 2 Issue Type: Improvem

[GitHub] logging-log4j2 issue #81: Allow having the stacktrace as a string in JSONLay...

2017-05-29 Thread imriz
Github user imriz commented on the issue: https://github.com/apache/logging-log4j2/pull/81 @mikaelstaldal I've opened the JIRA: LOG4J2-1923 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have thi

[jira] [Commented] (LOG4J2-1923) JSONLayout should allow stacktrace as string

2017-05-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028273#comment-16028273 ] ASF GitHub Bot commented on LOG4J2-1923: Github user imriz commented on the issue

[jira] [Created] (LOG4J2-1922) SocketHandler leaks connection if EOFException is thrown

2017-05-29 Thread Kohei Tamura (JIRA)
Kohei Tamura created LOG4J2-1922: Summary: SocketHandler leaks connection if EOFException is thrown Key: LOG4J2-1922 URL: https://issues.apache.org/jira/browse/LOG4J2-1922 Project: Log4j 2 Is

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread Ajitha (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028149#comment-16028149 ] Ajitha commented on LOG4J2-1921: @Ralph: Your information helps a bit. I had one problem

[jira] [Commented] (LOG4J2-1921) Getting ClassCastException while getting LoggerContext

2017-05-29 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028089#comment-16028089 ] Ralph Goers commented on LOG4J2-1921: - OK, I guess I understand what you are doing. U