[jira] [Commented] (LOG4J2-191) Improve plugin uniqueness by name and type, not just name

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625194#comment-13625194 ] Ralph Goers commented on LOG4J2-191: In Flume's case it is using the key so that the u

[jira] [Commented] (LOG4J2-195) log files in async module

2013-04-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625190#comment-13625190 ] Remko Popma commented on LOG4J2-195: Confirmed. Thanks! > log files i

[jira] [Closed] (LOG4J2-200) LoggerContext method name misspelled (removeFiler should be removeFilter)

2013-04-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-200. -- Looks good. Thanks. > LoggerContext method name misspelled (removeFiler should be removeFi

[jira] [Closed] (LOG4J2-193) RollingFastFileAppender (in log4j-async) does not roll over

2013-04-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-193. -- Test code looks fine, test runs without failures. Looks good. Thanks! > RollingFastFileApp

[jira] [Commented] (LOG4J2-191) Improve plugin uniqueness by name and type, not just name

2013-04-07 Thread Scott Deboy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625179#comment-13625179 ] Scott Deboy commented on LOG4J2-191: I'm finding a couple of places where the plugin k

[jira] [Commented] (LOG4J2-191) Improve plugin uniqueness by name and type, not just name

2013-04-07 Thread Scott Deboy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625170#comment-13625170 ] Scott Deboy commented on LOG4J2-191: The elementType will be stored after the plugin n

[jira] [Commented] (LOG4J2-201) Having 'type' and 'elementType' on plugin is confusing

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625169#comment-13625169 ] Ralph Goers commented on LOG4J2-201: I agree that they are confusing. I would suggest

[jira] [Commented] (LOG4J2-191) Improve plugin uniqueness by name and type, not just name

2013-04-07 Thread Scott Deboy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625161#comment-13625161 ] Scott Deboy commented on LOG4J2-191: A change to modify the key from plugin name to pl

[jira] [Commented] (LOG4J2-173) BurstFilter does not honour level

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625156#comment-13625156 ] Ralph Goers commented on LOG4J2-173: I've looked at the BurstFilterTest and it seems t

[jira] [Created] (LOG4J2-201) Having 'type' and 'elementType' on plugin is confusing

2013-04-07 Thread Scott Deboy (JIRA)
Scott Deboy created LOG4J2-201: -- Summary: Having 'type' and 'elementType' on plugin is confusing Key: LOG4J2-201 URL: https://issues.apache.org/jira/browse/LOG4J2-201 Project: Log4j 2 Issue Type

[jira] [Updated] (LOG4J2-191) Improve plugin uniqueness by name and type, not just name

2013-04-07 Thread Scott Deboy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Deboy updated LOG4J2-191: --- Description: I have a default/no-op 'advertiser' implementation: @Plugin(name = "default", type = "Co

Re: beta5 release

2013-04-07 Thread Scott Deboy
I can commit something.I'll look to see if the current unit test coverage is sufficient or if something else needs to be added. On Sun, Apr 7, 2013 at 5:58 PM, Ralph Goers wrote: > Do you want to create the patch? > > Ralph > > On Apr 7, 2013, at 5:11 PM, Scott Deboy wrote: > > Should we tackle

[jira] [Resolved] (LOG4J2-187) Log4j 2 Taglib

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-187. Resolution: Fixed Assignee: Ralph Goers Patch applied in revision 1465533. >

Re: beta5 release

2013-04-07 Thread Ralph Goers
Do you want to create the patch? Ralph On Apr 7, 2013, at 5:11 PM, Scott Deboy wrote: > Should we tackle the plugin name conflict issue I filed? > > > On Sun, Apr 7, 2013 at 5:06 PM, Ralph Goers > wrote: > I have been applying all the Jira issues that have patches. I would like to > start

Re: beta5 release

2013-04-07 Thread Scott Deboy
Should we tackle the plugin name conflict issue I filed? On Sun, Apr 7, 2013 at 5:06 PM, Ralph Goers wrote: > I have been applying all the Jira issues that have patches. I would like > to start the beta5 release by the end of the week. Please let me know if > there are any blockers for the rele

beta5 release

2013-04-07 Thread Ralph Goers
I have been applying all the Jira issues that have patches. I would like to start the beta5 release by the end of the week. Please let me know if there are any blockers for the release. Ralph - To unsubscribe, e-mail: log4j-dev

[jira] [Commented] (LOG4J2-187) Log4j 2 Taglib

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625054#comment-13625054 ] Ralph Goers commented on LOG4J2-187: OK. I will remove the author tags.

[jira] [Commented] (LOG4J2-187) Log4j 2 Taglib

2013-04-07 Thread Nick Williams (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625053#comment-13625053 ] Nick Williams commented on LOG4J2-187: -- - I don't know why `svn diff` did that. I cop

[jira] [Commented] (LOG4J2-187) Log4j 2 Taglib

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625051#comment-13625051 ] Ralph Goers commented on LOG4J2-187: I went to apply the patch but had a few problems

[jira] [Commented] (LOG4J2-192) ${env:...} is not replaced in fileName

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625046#comment-13625046 ] Ralph Goers commented on LOG4J2-192: Can you provide a test that demonstrates this? I

[jira] [Resolved] (LOG4J2-184) the performance for the log4j initialization needs to be improved

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-184. Resolution: Not A Problem Assignee: Ralph Goers Marking as resolved since this problem will n

[jira] [Resolved] (LOG4J2-193) RollingFastFileAppender (in log4j-async) does not roll over

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-193. Resolution: Fixed Fix Version/s: 2.0-beta5 Assignee: Ralph Goers Patch applied in r

[jira] [Resolved] (LOG4J2-195) log files in async module

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-195. Resolution: Fixed Fix Version/s: 2.0-beta5 Assignee: Ralph Goers After applying the

[jira] [Commented] (LOG4J2-195) log files in async module

2013-04-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625035#comment-13625035 ] Remko Popma commented on LOG4J2-195: It would be great if you could look at that one t

[jira] [Commented] (LOG4J2-195) log files in async module

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625034#comment-13625034 ] Ralph Goers commented on LOG4J2-195: Rats. I didn't see the note on the dependency on

[jira] [Commented] (LOG4J2-195) log files in async module

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13625033#comment-13625033 ] Ralph Goers commented on LOG4J2-195: I applied the patch in revision 1465483. However,

[jira] [Resolved] (LOG4J2-199) Site navigation

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-199. Resolution: Fixed Fix Version/s: 2.0-beta5 Assignee: Ralph Goers Patch applied in r

[jira] [Resolved] (LOG4J2-200) LoggerContext method name misspelled (removeFiler should be removeFilter)

2013-04-07 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-200. Resolution: Fixed Fix Version/s: 2.0-beta5 Assignee: Ralph Goers Patch applied in r

[jira] [Created] (LOG4J2-200) LoggerContext method name misspelled (removeFiler should be removeFilter)

2013-04-07 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-200: -- Summary: LoggerContext method name misspelled (removeFiler should be removeFilter) Key: LOG4J2-200 URL: https://issues.apache.org/jira/browse/LOG4J2-200 Project: Log4j 2

Bug report for Log4j [2013/04/07]

2013-04-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned