Re: logging-log4j2 git commit: Add doap file

2015-06-17 Thread Gary Gregory
Done (well, did it last night). Gary On Mon, Jun 15, 2015 at 6:15 PM, Ralph Goers wrote: > Feel free to update the file. I still have not linked it into the master. > > Ralph > > On Jun 15, 2015, at 3:12 PM, Gary Gregory wrote: > > FYI: I now see that the Commons Lang DOAP file many versions i

ShutdownCallbackRegsitry instance getter?

2015-06-17 Thread Charles Allen
I'm currently writing a lifecycle bridge between Druid.io's logging and log4j2's logging to make sure logs during normal shutdown hooks are persisted correctly. I cannot rely on JVM shutdown hook firing order but have a "functional" ShutdownCallbackRegistry. Is there a preferred way to get the ins

Re: AsyncAppender and dynamically created appender

2015-06-17 Thread Mikael Ståldal
Let's consider https://issues.apache.org/jira/browse/LOG4J2-1043 to be a request for that On Wed, Jun 17, 2015 at 3:59 PM, Ralph Goers wrote: > That seems like a reasonable approach to me. Those appenders should only > stop when the background thread stops. > > Ralph > > On Jun 17, 2015, at 12:

[jira] [Commented] (LOG4J2-1043) Run initialization of AsyncAppender delegates asynchronously

2015-06-17 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589805#comment-14589805 ] Mikael Ståldal commented on LOG4J2-1043: This is probably best done by allowing A

[jira] [Commented] (LOG4J2-1028) Incorrect Line Number in location information

2015-06-17 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589797#comment-14589797 ] Ralph Goers commented on LOG4J2-1028: - I am not really sure how to do that. The actua

[jira] [Commented] (LOG4J2-684) ConsoleAppender does not print suppressed exceptions

2015-06-17 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589789#comment-14589789 ] Ralph Goers commented on LOG4J2-684: I don't believe we ever added anything to print t

Re: AsyncAppender and dynamically created appender

2015-06-17 Thread Ralph Goers
That seems like a reasonable approach to me. Those appenders should only stop when the background thread stops. Ralph > On Jun 17, 2015, at 12:52 AM, Mikael Ståldal > wrote: > > Would it make sense to allow AsyncAppender to have dynamically created > delegate appenders (and not only Appende

[jira] [Commented] (LOG4J2-1028) Incorrect Line Number in location information

2015-06-17 Thread Stefan Leonhartsberger (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589505#comment-14589505 ] Stefan Leonhartsberger commented on LOG4J2-1028: How can I create a branc

[jira] [Issue Comment Deleted] (LOG4J2-1028) Incorrect Line Number in location information

2015-06-17 Thread Stefan Leonhartsberger (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Leonhartsberger updated LOG4J2-1028: --- Comment: was deleted (was: OK - Tested and commited to git.) > Incorrect Lin

[jira] [Commented] (LOG4J2-1028) Incorrect Line Number in location information

2015-06-17 Thread Stefan Leonhartsberger (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589482#comment-14589482 ] Stefan Leonhartsberger commented on LOG4J2-1028: OK - Tested and commited

[jira] [Commented] (LOG4J2-684) ConsoleAppender does not print suppressed exceptions

2015-06-17 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589465#comment-14589465 ] Mauro Molinari commented on LOG4J2-684: --- Hi Gary, I was using version 2.2. Now tried

Re: AsyncAppender and dynamically created appender

2015-06-17 Thread Mikael Ståldal
Would it make sense to allow AsyncAppender to have dynamically created delegate appenders (and not only AppenderRefs)? And initialize those delegate appenders in AsyncAppender's background thread? On Wed, Jun 17, 2015 at 9:50 AM, Mikael Ståldal wrote: > Yes, this is related to an appender hangin

Re: AsyncAppender and dynamically created appender

2015-06-17 Thread Mikael Ståldal
Yes, this is related to an appender hanging or throwing an exception on start up. On Tue, Jun 16, 2015 at 7:41 PM, Gary Gregory wrote: > Mikael, > > Is this related to an appender hanging or throwing an (unchecked) > exception on start up? > > Gary > > On Tue, Jun 16, 2015 at 10:27 AM, Ralph Goe