log files in async module

2013-04-02 Thread Ralph Goers
Remko, I just noticed that the log4j-async project is creating log files in the root directory of the project. This is bad practice. Can you modify the tests so that all the log files are written under the target directory? Ralph

Re: JMX support in log4j2

2013-04-02 Thread Paul Benedict
+1. Yes, the ability for log4j 2 to provide native JMX support would be fantastic. There are only custom solutions for this with log4j 1. On Tue, Apr 2, 2013 at 7:35 PM, Ralph Goers wrote: > Features I would like to see in JMX: > 1. Show all the LoggerContexts and their configurations. > 2. Abi

[jira] [Updated] (LOG4J2-194) broken JUnit test ThrowableFormatOptionsTest (breaks the build on Windows)

2013-04-02 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-194: --- Description: Failed tests: testSeparatorAsDefaultLineSeparator(org.apache.logging.log4j.core.impl.

[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

Re: JMX support in log4j2

2013-04-02 Thread Ralph Goers
Features I would like to see in JMX: 1. Show all the LoggerContexts and their configurations. 2. Ability to modify a configuration (this should involve cloning the current configuration, modifying it and then replacing the prior configuration with the new one). 3. Statistics from various compone

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

2013-04-02 Thread Remko Popma (JIRA)
date-images-20130402.patch and documentation-update-20130402.patch. I proposed a patch for LOG4J2-193 which has the same documentation changes. Sorry for the confusion. > Create asynchronous Logger for low-latency

[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] [Updated] (LOG4J2-193) RollingFastFileAppender (in log4j-async) does not roll over

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

[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 Log

[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 Issu

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

2013-04-02 Thread Tom Hegermann (JIRA)
Tom Hegermann created LOG4J2-192: Summary: ${env:...} is not replaced in fileName Key: LOG4J2-192 URL: https://issues.apache.org/jira/browse/LOG4J2-192 Project: Log4j 2 Issue Type: Bug Af

[Bug 49693] Intermittently Log4j fails to bind with log file

2013-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49693 Fabrice changed: What|Removed |Added Target Milestone|--- |1.2.18 --- Comment #3 from Fabrice ---

[Bug 49693] Intermittently Log4j fails to bind with log file

2013-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49693 --- Comment #2 from Fabrice --- Hi, I came accross this issue while researching a similar behavior on our systems. When rolling at midnight (using companions, we create a folder based on date) we intermittently lose the logs. Bascially t

JMX support in log4j2

2013-04-02 Thread Remko Popma
I would like to take a stab at implementing JMX support for log4j2. What features would you like to see with regards to JMX? Ideas are welcome!