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

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14589094#comment-14589094 ] Gary Gregory commented on LOG4J2-684: - Can you post your config file please? What ver

[jira] [Commented] (LOG4J2-1044) batchSize doesnt work for flume avro manager

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588946#comment-14588946 ] Gary Gregory commented on LOG4J2-1044: -- Check. I just want to make sure we do not ov

[jira] [Commented] (LOG4J2-1044) batchSize doesnt work for flume avro manager

2015-06-16 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588764#comment-14588764 ] Ralph Goers commented on LOG4J2-1044: - I would like to address at least item 1. Item

[jira] [Commented] (LOG4J2-1044) batchSize doesnt work for flume avro manager

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588748#comment-14588748 ] Gary Gregory commented on LOG4J2-1044: -- Should further patching be done in a new Jir

[jira] [Commented] (LOG4J2-1044) batchSize doesnt work for flume avro manager

2015-06-16 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588720#comment-14588720 ] Ralph Goers commented on LOG4J2-1044: - Patches are always welcome! > batchSize doesn

[jira] [Commented] (LOG4J2-1044) batchSize doesnt work for flume avro manager

2015-06-16 Thread Siva Kotipalli (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588655#comment-14588655 ] Siva Kotipalli commented on LOG4J2-1044: Thanks for the fix, i had verified the s

[jira] [Commented] (LOG4J2-1045) Externalize log4j2.xml via URL resource

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588644#comment-14588644 ] Gary Gregory commented on LOG4J2-1045: -- In Got master now. Please verify and close.

[jira] [Resolved] (LOG4J2-1045) Externalize log4j2.xml via URL resource

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-1045. -- Resolution: Fixed Fix Version/s: 2.4 > Externalize log4j2.xml via URL resource > ---

[jira] [Updated] (LOG4J2-1045) Externalize log4j2.xml via URL resource

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1045: - Summary: Externalize log4j2.xml via URL resource (was: WAS8: externalize log4j2.xml via URL reso

Re: AsyncAppender and dynamically created appender

2015-06-16 Thread Gary Gregory
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 Goers wrote: > The Appenders used by the AsyncAppender are known at configuration time. > So starting and stopping them in conjunction when the configur

Re: AsyncAppender and dynamically created appender

2015-06-16 Thread Ralph Goers
The Appenders used by the AsyncAppender are known at configuration time. So starting and stopping them in conjunction when the configuration is initialized makes sense (and makes managing them easier). The Appenders created by the RoutingAppender are dynamic - the number of them and their confi

[jira] [Commented] (LOG4J2-1045) WAS8: externalize log4j2.xml via URL resource

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588281#comment-14588281 ] Gary Gregory commented on LOG4J2-1045: -- There might be some subtle differences but I

[jira] [Commented] (LOG4J2-1045) WAS8: externalize log4j2.xml via URL resource

2015-06-16 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588280#comment-14588280 ] Ralph Goers commented on LOG4J2-1045: - I am fine with what the patch is doing. Howeve

[jira] [Comment Edited] (LOG4J2-1010) Possibility to set ThreadContext values in calls to Logger method

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588276#comment-14588276 ] Gary Gregory edited comment on LOG4J2-1010 at 6/16/15 4:04 PM:

[jira] [Commented] (LOG4J2-1010) Possibility to set ThreadContext values in calls to Logger method

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588276#comment-14588276 ] Gary Gregory commented on LOG4J2-1010: -- Sounds like a good addition as a unit test a

[jira] [Commented] (LOG4J2-1045) WAS8: externalize log4j2.xml via URL resource

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588275#comment-14588275 ] Gary Gregory commented on LOG4J2-1045: -- The build passes all tests with this patch.

[jira] [Commented] (LOG4J2-649) Close a dynamically created appender

2015-06-16 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588262#comment-14588262 ] Ralph Goers commented on LOG4J2-649: This is assigned to me, which means I have every

[jira] [Commented] (LOG4J2-1010) Possibility to set ThreadContext values in calls to Logger method

2015-06-16 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588261#comment-14588261 ] Ralph Goers commented on LOG4J2-1010: - I will try to set up an example for you. > Po

[jira] [Commented] (LOG4J2-649) Close a dynamically created appender

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588220#comment-14588220 ] Gary Gregory commented on LOG4J2-649: - To contributors: Please provide patches based o

[jira] [Commented] (LOG4J2-1010) Possibility to set ThreadContext values in calls to Logger method

2015-06-16 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588164#comment-14588164 ] Mikael Ståldal commented on LOG4J2-1010: It is not clear to me how to use the pro

Re: AsyncAppender and dynamically created appender

2015-06-16 Thread Mikael Ståldal
I want to create / initializte the delegates of an AsyncAppender asynchronously, to protect the application from exceptions and delays in delegate appender initialization. Is that possible with routing appender? (See https://issues.apache.org/jira/browse/LOG4J2-1043 ) On Tue, Jun 16, 2015 at 3:25

Re: AsyncAppender and dynamically created appender

2015-06-16 Thread Remko Popma
You could have a routing appender as the delegate of an async appender. On Tue, Jun 16, 2015 at 10:01 PM, Mikael Ståldal wrote: > Is is possible to have the delegate(s) of AsyncAppender created > dynamically, just like the delegates of RoutingAppender? > > -- > [image: MagineTV] > > *Mikael Stå

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

2015-06-16 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588023#comment-14588023 ] Mauro Molinari commented on LOG4J2-684: --- I also hit this problem. I really think Log

AsyncAppender and dynamically created appender

2015-06-16 Thread Mikael Ståldal
Is is possible to have the delegate(s) of AsyncAppender created dynamically, just like the delegates of RoutingAppender? -- [image: MagineTV] *Mikael Ståldal* Senior backend developer *Magine TV* mikael.stal...@magine.com Regeringsgatan 25 | 111 53 Stockholm, Sweden | www.magine.com P

[jira] [Commented] (LOG4J2-649) Close a dynamically created appender

2015-06-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587993#comment-14587993 ] Remko Popma commented on LOG4J2-649: Nothing done. Patches welcome. > Close a dynami

[jira] [Commented] (LOG4J2-649) Close a dynamically created appender

2015-06-16 Thread Sascha Scholz (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587922#comment-14587922 ] Sascha Scholz commented on LOG4J2-649: -- I's become quiet around the issue. Are you al

[jira] [Commented] (LOG4J2-1055) Logger method overloads for multiple message formatting params

2015-06-16 Thread Tomasz Kowalczewski (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587701#comment-14587701 ] Tomasz Kowalczewski commented on LOG4J2-1055: - Sure thing. I'll try to work s

[jira] [Commented] (LOG4J2-1055) Logger method overloads for multiple message formatting params

2015-06-16 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587650#comment-14587650 ] Gary Gregory commented on LOG4J2-1055: -- Patches welcome :-) > Logger method overloa

[jira] [Updated] (LOG4J2-1045) WAS8: externalize log4j2.xml via URL resource

2015-06-16 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Günter Albrecht updated LOG4J2-1045: Attachment: ConfigurationFactoryLOG4J2-1045.patch Patch of {{method public Configuration ge

[jira] [Created] (LOG4J2-1055) Logger method overloads for multiple message formatting params

2015-06-16 Thread Tomasz Kowalczewski (JIRA)
Tomasz Kowalczewski created LOG4J2-1055: --- Summary: Logger method overloads for multiple message formatting params Key: LOG4J2-1055 URL: https://issues.apache.org/jira/browse/LOG4J2-1055 Project: