[jira] [Created] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-14 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-151: -- Summary: Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core) Key: LOG4J2-151 URL: https://issues.apache.org/jira/browse/LOG4J2-151

[jira] [Created] (LOG4J2-152) NullPointerException in (...)appender.rolling.helper.FileRenameAction if filePattern does not contain a parent directory

2013-01-14 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-152: -- Summary: NullPointerException in (...)appender.rolling.helper.FileRenameAction if filePattern does not contain a parent directory Key: LOG4J2-152 URL:

[jira] [Updated] (LOG4J2-152) NullPointerException in (...)appender.rolling.helper.FileRenameAction if filePattern does not contain a parent directory

2013-01-14 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-152: --- Description: ERROR StatusLogger Error in synchronous task java.lang.NullPointerException at

[jira] [Updated] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-14 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-151: --- Affects Version/s: (was: 2.0-beta2) Please facilitate subclassing Logger and LoggerContext

[jira] [Updated] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-14 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-151: --- Affects Version/s: 2.0-beta3 Please facilitate subclassing Logger and LoggerContext (in

[jira] [Updated] (LOG4J2-152) NullPointerException in (...)appender.rolling.helper.FileRenameAction if filePattern does not contain a parent directory

2013-01-14 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-152: --- Affects Version/s: 2.0-beta3 NullPointerException in

[jira] [Updated] (LOG4J2-152) NullPointerException in (...)appender.rolling.helper.FileRenameAction if filePattern does not contain a parent directory

2013-01-14 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-152: --- Affects Version/s: (was: 2.0-beta2) NullPointerException in

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-15 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553617#comment-13553617 ] Remko Popma commented on LOG4J2-151: I'm planning to use the LMAX Disruptor library

[jira] [Comment Edited] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-15 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553617#comment-13553617 ] Remko Popma edited comment on LOG4J2-151 at 1/15/13 9:46 AM: -

[jira] [Commented] (LOG4J2-152) NullPointerException in (...)appender.rolling.helper.FileRenameAction if filePattern does not contain a parent directory

2013-01-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554885#comment-13554885 ] Remko Popma commented on LOG4J2-152: The offending line in trunk is line 79: Current:

[jira] [Commented] (LOG4J2-95) Adding a custom appender Appender

2013-01-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13554893#comment-13554893 ] Remko Popma commented on LOG4J2-95: --- Thomas, I had the same problem. Log4j has a plugin

[jira] [Created] (LOG4J2-153) Add a method to the Layout interface to allow Loggers to discover if any of their Appenders need the location StackTraceElement.

2013-01-16 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-153: -- Summary: Add a method to the Layout interface to allow Loggers to discover if any of their Appenders need the location StackTraceElement. Key: LOG4J2-153 URL:

[jira] [Created] (LOG4J2-154) ThreadContext performance improvement: shallow copies for reads, deep copies for writes

2013-01-16 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-154: -- Summary: ThreadContext performance improvement: shallow copies for reads, deep copies for writes Key: LOG4J2-154 URL: https://issues.apache.org/jira/browse/LOG4J2-154

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13555017#comment-13555017 ] Remko Popma commented on LOG4J2-151: Ralph, You were right that the ThreadContext and

[jira] [Comment Edited] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553617#comment-13553617 ] Remko Popma edited comment on LOG4J2-151 at 1/16/13 1:25 PM: -

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13555846#comment-13555846 ] Remko Popma commented on LOG4J2-151: Ok, let me send you something this weekend.

[jira] [Updated] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-19 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-151: --- Attachment: FastLog4j.zip Ralph, I attached FastLog4j.zip. It contains an Eclipse project with

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-20 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558555#comment-13558555 ] Remko Popma commented on LOG4J2-151: Ralph, The performance test results in the

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-22 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13559586#comment-13559586 ] Remko Popma commented on LOG4J2-151: Ralph, you are right, I am measuring the time

[jira] [Comment Edited] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-22 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13559586#comment-13559586 ] Remko Popma edited comment on LOG4J2-151 at 1/22/13 12:38 PM: --

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-23 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561484#comment-13561484 ] Remko Popma commented on LOG4J2-151: Ralph, About logging throughput: I don't think

[jira] [Comment Edited] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-24 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13561484#comment-13561484 ] Remko Popma edited comment on LOG4J2-151 at 1/24/13 8:07 AM: -

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-24 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13562289#comment-13562289 ] Remko Popma commented on LOG4J2-151: One more comment on the merits of async logging,

[jira] [Comment Edited] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-01-24 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13562289#comment-13562289 ] Remko Popma edited comment on LOG4J2-151 at 1/25/13 2:31 AM: -

[jira] [Created] (LOG4J2-157) Provide access to config properties in LoggerConfig

2013-01-27 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-157: -- Summary: Provide access to config properties in LoggerConfig Key: LOG4J2-157 URL: https://issues.apache.org/jira/browse/LOG4J2-157 Project: Log4j 2 Issue Type:

[jira] [Updated] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-02-03 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-153: --- Description: (update 2013 Feb 4: changed summary. Previous title: Add a method to the Layout

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-02-03 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570030#comment-13570030 ] Remko Popma commented on LOG4J2-153: I see. Looks like following this route will get

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-02-03 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570044#comment-13570044 ] Remko Popma commented on LOG4J2-153: Understood. In my domain (trading applications,

[jira] [Comment Edited] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-02-03 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570044#comment-13570044 ] Remko Popma edited comment on LOG4J2-153 at 2/4/13 7:42 AM:

[jira] [Comment Edited] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-02-04 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570044#comment-13570044 ] Remko Popma edited comment on LOG4J2-153 at 2/4/13 8:18 AM:

[jira] [Commented] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572455#comment-13572455 ] Remko Popma commented on LOG4J2-151: Ralph, would you mind if I created a separate

[jira] [Created] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-163: -- Summary: Create asynchronous Logger for low-latency logging Key: LOG4J2-163 URL: https://issues.apache.org/jira/browse/LOG4J2-163 Project: Log4j 2 Issue Type:

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: FastLog4j-v3-for-beta4.zip FastLog4j-v2-for-beta4.zip Create

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13572991#comment-13572991 ] Remko Popma commented on LOG4J2-163: v3 changes -- * Added performance tests

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573221#comment-13573221 ] Remko Popma commented on LOG4J2-163: AsyncLoggerConfig, nice idea, I like it! I can

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573221#comment-13573221 ] Remko Popma edited comment on LOG4J2-163 at 2/7/13 5:52 AM:

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573221#comment-13573221 ] Remko Popma edited comment on LOG4J2-163 at 2/7/13 5:58 AM:

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573221#comment-13573221 ] Remko Popma edited comment on LOG4J2-163 at 2/7/13 6:38 AM:

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573221#comment-13573221 ] Remko Popma edited comment on LOG4J2-163 at 2/7/13 6:44 AM:

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573279#comment-13573279 ] Remko Popma commented on LOG4J2-163: About the slight loss of performance: if it is

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-06 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573279#comment-13573279 ] Remko Popma edited comment on LOG4J2-163 at 2/7/13 7:47 AM:

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573303#comment-13573303 ] Remko Popma commented on LOG4J2-163: So, if I understand correctly, you are talking

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573370#comment-13573370 ] Remko Popma commented on LOG4J2-163: Ok, I think I get it. You were right, this

[jira] [Commented] (LOG4J2-154) ThreadContext performance improvement: shallow copies for reads, deep copies for writes

2013-02-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573977#comment-13573977 ] Remko Popma commented on LOG4J2-154: Not really, the code in the comment was for

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-07 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13573982#comment-13573982 ] Remko Popma commented on LOG4J2-163: ok, I'll start there. Create

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-02-09 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575372#comment-13575372 ] Remko Popma commented on LOG4J2-153: While working on AsyncLoggerConfig for

[jira] [Closed] (LOG4J2-152) NullPointerException in (...)appender.rolling.helper.FileRenameAction if filePattern does not contain a parent directory

2013-02-10 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-152. -- The fix works fine. Thanks! NullPointerException in

[jira] [Created] (LOG4J2-164) Add methods is/setEndOfBatch to LogEvent (buffered appender performance improvement)

2013-02-10 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-164: -- Summary: Add methods is/setEndOfBatch to LogEvent (buffered appender performance improvement) Key: LOG4J2-164 URL: https://issues.apache.org/jira/browse/LOG4J2-164

[jira] [Updated] (LOG4J2-164) Add methods is/setEndOfBatch to LogEvent (buffered appender performance improvement)

2013-02-10 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-164: --- Description: Many buffered Appenders have an attribute immediateFlush that gives users the option

[jira] [Updated] (LOG4J2-164) Add methods is/setEndOfBatch to LogEvent (buffered appender performance improvement)

2013-02-10 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-164: --- Attachment: LOG4J2-164-patch.txt LOG4J2-164-files.zip Attached LOG4J2-164-files.zip

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580079#comment-13580079 ] Remko Popma commented on LOG4J2-163: Ralph, would you like me to start working on a

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580453#comment-13580453 ] Remko Popma commented on LOG4J2-163: Understood. I'm new to Maven but will give it a

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-25 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586298#comment-13586298 ] Remko Popma commented on LOG4J2-163: Maven question: How do you get Maven to compile

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-02-25 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586298#comment-13586298 ] Remko Popma edited comment on LOG4J2-163 at 2/25/13 9:22 PM: -

[jira] [Commented] (LOG4J2-154) ThreadContext performance improvement: shallow copies for reads, deep copies for writes

2013-02-25 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586642#comment-13586642 ] Remko Popma commented on LOG4J2-154: Ralph, sorry for taking so long to get back.

[jira] [Commented] (LOG4J2-169) LogManager.getLogger doesn't work

2013-03-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591531#comment-13591531 ] Remko Popma commented on LOG4J2-169: Double-checked locking is broken because the JIT

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591536#comment-13591536 ] Remko Popma commented on LOG4J2-163: I found some other classes that don't compile

[jira] [Commented] (LOG4J2-169) LogManager.getLogger doesn't work

2013-03-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591576#comment-13591576 ] Remko Popma commented on LOG4J2-169: You are right, I missed the volatile declaration.

[jira] [Comment Edited] (LOG4J2-169) LogManager.getLogger doesn't work

2013-03-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13591576#comment-13591576 ] Remko Popma edited comment on LOG4J2-169 at 3/3/13 2:00 AM:

[jira] [Commented] (LOG4J2-169) LogManager.getLogger doesn't work

2013-03-04 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593013#comment-13593013 ] Remko Popma commented on LOG4J2-169: Maven build seems broken:

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-05 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: LOG4J2-163-log4j-async.patch Sorry for the long wait. Please find attached file

[jira] [Created] (LOG4J2-176) IllegalArgumentException during AsyncAppender shutdown

2013-03-15 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-176: -- Summary: IllegalArgumentException during AsyncAppender shutdown Key: LOG4J2-176 URL: https://issues.apache.org/jira/browse/LOG4J2-176 Project: Log4j 2 Issue

[jira] [Commented] (LOG4J2-176) IllegalArgumentException during AsyncAppender shutdown

2013-03-15 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13603553#comment-13603553 ] Remko Popma commented on LOG4J2-176: We could move this appender. About the lmax

[jira] [Commented] (LOG4J2-177) ERROR StatusLogger An exception occurred processing Appender udpsocket java.lang.NullPointerException

2013-03-16 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604146#comment-13604146 ] Remko Popma commented on LOG4J2-177: Looks like the SocketAppender defaults to

[jira] [Commented] (LOG4J2-176) IllegalArgumentException during AsyncAppender shutdown

2013-03-18 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605020#comment-13605020 ] Remko Popma commented on LOG4J2-176: The performance issue I had with multi-threaded

[jira] [Commented] (LOG4J2-176) IllegalArgumentException during AsyncAppender shutdown

2013-03-18 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605780#comment-13605780 ] Remko Popma commented on LOG4J2-176: I agree, let's leave it in core. (I still vote

[jira] [Created] (LOG4J2-178) Build broken: FlumePersistentAppenderTest fails because of java.security.InvalidKeyExceptions

2013-03-20 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-178: -- Summary: Build broken: FlumePersistentAppenderTest fails because of java.security.InvalidKeyExceptions Key: LOG4J2-178 URL: https://issues.apache.org/jira/browse/LOG4J2-178

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-20 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: LOG4J2-163-log4j-async-20130320.patch Please find attached file

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608714#comment-13608714 ] Remko Popma commented on LOG4J2-153: Logback has a similar attribute includeCallerData

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608848#comment-13608848 ] Remko Popma commented on LOG4J2-153: What should the default value be for this

[jira] [Comment Edited] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608714#comment-13608714 ] Remko Popma edited comment on LOG4J2-153 at 3/21/13 11:47 AM: --

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608988#comment-13608988 ] Remko Popma commented on LOG4J2-153: Ralph, I understand what you are saying about

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13608991#comment-13608991 ] Remko Popma commented on LOG4J2-153: I like includeLocation for the name.

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13609079#comment-13609079 ] Remko Popma commented on LOG4J2-153: It won't be a pain, I think. 1. includeLocation

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13609888#comment-13609888 ] Remko Popma commented on LOG4J2-163: I compared performance of log4j2-async with

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-29 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: async-perf-comparison.png Just for fun I attached a graph comparing the throughput

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-29 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: async-throughput-comparison.jpg Create asynchronous Logger for low-latency logging

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-29 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: (was: async-throughput-comparison.jpg) Create asynchronous Logger for

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-30 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: LOG4J2-163-log4j-async-20130331.patch Please find attached file

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-30 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: LOG4J2-163-log4j-async-20130331-images.zip Create asynchronous Logger for

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-30 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13618115#comment-13618115 ] Remko Popma edited comment on LOG4J2-163 at 3/30/13 4:50 PM: -

[jira] [Commented] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-30 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13618118#comment-13618118 ] Remko Popma commented on LOG4J2-153: I submitted a new patch to LOG4J2-163 with an

[jira] [Comment Edited] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-31 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13618302#comment-13618302 ] Remko Popma edited comment on LOG4J2-163 at 3/31/13 10:40 AM: --

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-03-31 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: LOG4J2-163-log4j-async-20130331a.patch Ralph, thanks for your feedback! Please find

[jira] [Commented] (LOG4J2-164) Add methods is/setEndOfBatch to LogEvent (buffered appender performance improvement)

2013-03-31 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13618623#comment-13618623 ] Remko Popma commented on LOG4J2-164: Apologies. Looks like my patch for LOG4J2-163

[jira] [Closed] (LOG4J2-178) Build broken: FlumePersistentAppenderTest fails because of java.security.InvalidKeyExceptions

2013-03-31 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-178. -- Confirmed this problem no longer occurs. Build broken: FlumePersistentAppenderTest fails

[jira] [Closed] (LOG4J2-176) IllegalArgumentException during AsyncAppender shutdown

2013-03-31 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-176. -- Confirmed this issue no longer occurs. IllegalArgumentException during AsyncAppender

[jira] [Closed] (LOG4J2-157) Provide access to config properties in LoggerConfig

2013-03-31 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-157. -- Verified as complete. Provide access to config properties in LoggerConfig

[jira] [Closed] (LOG4J2-153) Async Logger/Appender performance improvement: provide mechanism to discover if location StackTraceElement is actually required downstream.

2013-03-31 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-153. -- Verified as complete. Async Logger/Appender performance improvement: provide mechanism

[jira] [Closed] (LOG4J2-151) Please facilitate subclassing Logger and LoggerContext (in org.apache.logging.log4j.core)

2013-04-01 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-151. -- Verified as complete. Please facilitate subclassing Logger and LoggerContext (in

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-04-01 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13618649#comment-13618649 ] Remko Popma commented on LOG4J2-163: I found one issue: the image files (used in the

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-04-01 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13618652#comment-13618652 ] Remko Popma commented on LOG4J2-163: Yes, they are there now. This is great! Thank you

[jira] [Closed] (LOG4J2-164) Add methods is/setEndOfBatch to LogEvent (buffered appender performance improvement)

2013-04-01 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-164. -- Confirmed. Thanks for your prompt response! Add methods is/setEndOfBatch to LogEvent

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-04-01 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: documentation-update-images-20130402.patch

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

2013-04-02 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-193: -- Summary: RollingFastFileAppender (in log4j-async) does not roll over Key: LOG4J2-193 URL: https://issues.apache.org/jira/browse/LOG4J2-193 Project: Log4j 2

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-04-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: (was: documentation-update-20130402.patch) Create asynchronous Logger for

[jira] [Updated] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-04-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-163: --- Attachment: (was: documentation-update-images-20130402.patch) Create asynchronous Logger

[jira] [Commented] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-04-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620361#comment-13620361 ] Remko Popma commented on LOG4J2-163: Removed attached files

[jira] [Closed] (LOG4J2-163) Create asynchronous Logger for low-latency logging

2013-04-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma closed LOG4J2-163. -- Create asynchronous Logger for low-latency logging

[jira] [Created] (LOG4J2-194) broken JUnit test ThrowableFormatOptionsTest (breaks the build)

2013-04-02 Thread Remko Popma (JIRA)
Remko Popma created LOG4J2-194: -- Summary: broken JUnit test ThrowableFormatOptionsTest (breaks the build) Key: LOG4J2-194 URL: https://issues.apache.org/jira/browse/LOG4J2-194 Project: Log4j 2

  1   2   3   4   5   6   7   8   9   10   >