[jira] [Commented] (LOG4J2-658) shutdown hook called too early

2015-08-26 Thread Robin Jansohn (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14714176#comment-14714176 ] Robin Jansohn commented on LOG4J2-658: -- Are there any plans on fixing this issue? Swi

[jira] [Commented] (LOG4J2-1094) Multi thread initialization problem

2015-08-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14714405#comment-14714405 ] Gary Gregory commented on LOG4J2-1094: -- It feels like we should fix this for 2.4...

[jira] [Commented] (LOG4J2-1098) log4j.shutdownHookEnabled=false from log4j-web ignored?

2015-08-26 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715170#comment-14715170 ] Ralph Goers commented on LOG4J2-1098: - No, you should not have to. The web module in

[jira] [Commented] (LOG4J2-658) shutdown hook called too early

2015-08-26 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715176#comment-14715176 ] Ralph Goers commented on LOG4J2-658: 1. To be honest, I am not sure if this has been a

Jenkins build is back to stable : Log4j 2.x #1325

2015-08-26 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org

[jira] [Created] (LOG4J2-1105) Add API org.apache.logging.log4j.Level.isInRange(Level, Level)

2015-08-26 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-1105: Summary: Add API org.apache.logging.log4j.Level.isInRange(Level, Level) Key: LOG4J2-1105 URL: https://issues.apache.org/jira/browse/LOG4J2-1105 Project: Log4j 2

[jira] [Updated] (LOG4J2-1105) Add API org.apache.logging.log4j.Level.isInRange(Level, Level)

2015-08-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1105: - Attachment: LOG4J2-1105.diff > Add API org.apache.logging.log4j.Level.isInRange(Level, Level) > -

[jira] [Created] (LOG4J2-1106) Add a LevelRangeFilter class

2015-08-26 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-1106: Summary: Add a LevelRangeFilter class Key: LOG4J2-1106 URL: https://issues.apache.org/jira/browse/LOG4J2-1106 Project: Log4j 2 Issue Type: New Feature

[jira] [Updated] (LOG4J2-1106) Add a LevelRangeFilter class

2015-08-26 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1106: - Attachment: LOG4J2-1106.diff > Add a LevelRangeFilter class > > >

[no subject]

2015-08-26 Thread Gary Gregory
Hi All, To make it easier to implement a LevelRangeFilter (patch with test here: https://issues.apache.org/jira/browse/LOG4J2-1106) I'd like to add a new method to the public API: org.apache.logging.log4j.Level.isInRange(Level, Level) This seems like right place which since we already have: - or

Re:

2015-08-26 Thread Ralph Goers
I’ll try to take a look tonight. Do you have feedback on the Assembler work? Ralph > On Aug 26, 2015, at 1:28 PM, Gary Gregory wrote: > > Hi All, > > To make it easier to implement a LevelRangeFilter (patch with test here: > https://issues.apache.org/jira/browse/LOG4J2-1106 >

Re:

2015-08-26 Thread Gary Gregory
On Wed, Aug 26, 2015 at 1:49 PM, Ralph Goers wrote: > I’ll try to take a look tonight. > > Do you have feedback on the Assembler work? > Not yet, but I too, will look tonight! Gary > > Ralph > > On Aug 26, 2015, at 1:28 PM, Gary Gregory wrote: > > Hi All, > > To make it easier to implement a

Re:

2015-08-26 Thread Gary Gregory
On Wed, Aug 26, 2015 at 1:54 PM, Gary Gregory wrote: > On Wed, Aug 26, 2015 at 1:49 PM, Ralph Goers > wrote: > >> I’ll try to take a look tonight. >> >> Do you have feedback on the Assembler work? >> > > Not yet, but I too, will look tonight! > I did apply the patch last night but there was a c

Re: setting the level for a logger tree

2015-08-26 Thread Gary Gregory
On Sat, Aug 22, 2015 at 1:58 PM, Gary Gregory wrote: > In this case the caller is setChildren, so it would know. I've not > experimented with coding this yet though. > A reminder that this new code has been in for a couple of days and that I am not in love with the API name setChildren, so I am

Re:

2015-08-26 Thread Ralph Goers
I had already fixed that. I have added support for CustemLevels but not asynch loggers. I should be able to upload a new patch tonight. Ralph > On Aug 26, 2015, at 2:07 PM, Gary Gregory wrote: > > On Wed, Aug 26, 2015 at 1:54 PM, Gary Gregory > wrote: > On Wed,

[jira] [Updated] (LOG4J2-952) FAQ: How do I configure log4j2 programmatically in code without a configuration file?

2015-08-26 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers updated LOG4J2-952: --- Attachment: LOG4J2-952-3.patch Updated version of the patch. Includes CustomLevels and support for Asy