<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>log4j-dev@logging.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/"/>
<id>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</id>
<updated>2009-12-06T15:28:07Z</updated>
<entry>
<title>DO NOT REPLY [Bug 46592] trim() on property file entries</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200912.mbox/%3c20091203230657.80470234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091203230657-80470234C052@brutus-apache-org%3e</id>
<updated>2009-12-03T23:06:57Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=46592

Sven Diedrichsen &lt;sdiedrichsen@yahoo.de&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #3 from Sven Diedrichsen &lt;sdiedrichsen@yahoo.de&gt; 2009-12-03 15:06:56 UTC
---
The trimming should already be done. Please see PropertySetter class:

- snip
  Object convertArg(String val, Class type) {
    if(val == null)
      return null;

    String v = val.trim();
    if (String.class.isAssignableFrom(type)) {
      return val;
- snip

Why does this not work for you?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 46592] trim() on property file entries</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200912.mbox/%3c20091203223815.32C9A234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091203223815-32C9A234C052@brutus-apache-org%3e</id>
<updated>2009-12-03T22:38:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=46592

Sven Diedrichsen &lt;sdiedrichsen@yahoo.de&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Sven Diedrichsen &lt;sdiedrichsen@yahoo.de&gt; 2009-12-03 14:38:14 UTC
---
I have added trimming to the setter of the encoding property.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 46592] trim() on property file entries</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200912.mbox/%3c20091203223642.0BF69234C1E9@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091203223642-0BF69234C1E9@brutus-apache-org%3e</id>
<updated>2009-12-03T22:36:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=46592

--- Comment #1 from Sven Diedrichsen &lt;sdiedrichsen@yahoo.de&gt; 2009-12-03 14:36:40 UTC
---
Created an attachment (id=24667)
 --&gt; (https://issues.apache.org/bugzilla/attachment.cgi?id=24667)
Patch adds trim() to encoding setter

This patch adds trimming of the encoding string to the setter method.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Bug report for Log4j [2009/11/29]</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091129230812.CFD69234C48D@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091129230812-CFD69234C48D@brutus-apache-org%3e</id>
<updated>2009-11-29T23:08:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
|13099|Opn|Nor|2002-09-27|DOMConfigurator ignores category factory setting  |
|17887|Opn|Maj|2003-03-11|RollingFileAppender does not work for 10 threads  |
|20395|Inf|Enh|2003-06-01|PreparedStatementAppender Enhancement             |
|23329|New|Enh|2003-09-22|&lt;logger&gt; element in XML config should support reso|
|26084|Inf|Nor|2004-01-13|Log Event detail panel does not show special chara|
|27363|Inf|Enh|2004-03-02|JNI based SyslogAppender                          |
|27367|Inf|Enh|2004-03-02|NetSendAppender                                   |
|29244|Inf|Nor|2004-05-27|Preserve XML content in log messages when using XM|
|29305|New|Nor|2004-05-30|Chainsaw doesn't see locationinfo from XMLSocketRe|
|30055|New|Nor|2004-07-12|Problem with registering Appenders with the same n|
|30407|Inf|Maj|2004-07-30|Externally rolled file problem                    |
|30888|New|Maj|2004-08-27|Chainsaw mixes files in same panel                |
|30892|New|Min|2004-08-27|Log files cannot be closed                        |
|31089|New|Nor|2004-09-07|Does not accept ISO8601 dates in focus field      |
|31178|Inf|Cri|2004-09-11|Exception using Chainsaw for simple debugging     |
|31179|Ass|Enh|2004-09-11|Implement Chainsaw as Eclipse stand-alone applicat|
|33278|New|Min|2005-01-27|NPE thrown durring daily log file rollover        |
|33493|Inf|Enh|2005-02-10|contribution to log4j: servlet diagnostic context |
|34440|New|Nor|2005-04-13|sandbox:IMAppender - comma-seperated recipient lis|
|34491|Ver|Nor|2005-04-18|Missing include in build.jms target results in mis|
|34651|New|Enh|2005-04-27|allow for a header on top of every rolled file    |
|34738|Inf|Nor|2005-05-04|Chainsaw does not remember what Columns are select|
|34945|Inf|Nor|2005-05-17|ThrowableInformation has dubious Stack Trace extra|
|34974|Inf|Cri|2005-05-19|Exception when running a Pluglet                  |
|35239|Inf|Nor|2005-06-06|NullPointerException when saving displayed events |
|35563|Inf|Enh|2005-06-30|Syslog appender parametrability                   |
|35996|Inf|Enh|2005-08-03|Add support for ant-like &lt;property&gt; in log4j.xml  |
|36435|New|Enh|2005-08-31|Log4J RollingFileAppender under OpenVMS does not f|
|36654|Inf|Min|2005-09-14|Provide better error messages for "Please initiali|
|36789|Inf|Nor|2005-09-23|Empty control flow statement in org.apache.log4j.l|
|37349|Ass|Nor|2005-11-03|DBAppender not working with jTDS driver           |
|37638|New|Nor|2005-11-25|logging doesn't fall back with FallbackErrorHandle|
|37734|Inf|Nor|2005-12-01|Customize Event ID and Event Category with NTEVent|
|38363|Ass|Nor|2006-01-24|SecurityException during log output               |
|38394|Ver|Enh|2006-01-26|PropertySetter fails to print stacktrace if error |
|38395|Ver|Reg|2006-01-26|Unable to set threshold on appender via config fil|
|38406|Ver|Nor|2006-01-26|jdk1.4 dependencies in log4j 1.3 alpha            |
|38513|New|Nor|2006-02-05|[PATCH] Suggested unit test for JMSAppender       |
|38582|Ass|Nor|2006-02-08|Chainsaw does not include Receiver JavaDoc in dist|
|38590|Inf|Nor|2006-02-09|no space on device fails another instance         |
|38883|Opn|Nor|2006-03-07|LogFilePatternReceiver fails to process multi-line|
|39690|Inf|Cri|2006-05-31|Initialization fail in J2EE Environment           |
|39691|Ass|Nor|2006-05-31|DBAppender doesn't log long events                |
|40068|New|Nor|2006-07-18|Add support for attach-on-demand API to chainsaw  |
|40124|New|Min|2006-07-27|startup (JWS) does not initialize ignored elements|
|40251|Opn|Min|2006-08-14|Hard coded JMX domain name for MBean instances    |
|40382|Inf|Maj|2006-09-01|Sysappender hangs during boot time on HP          |
|40385|Inf|Maj|2006-09-01|SocketServer cannot find config file when passed a|
|40472|New|Nor|2006-09-11|SettingsManager calls loadSettings with global set|
|40533|New|Nor|2006-09-18|Chainsaw not showing all logging statements       |
|40570|Inf|Blk|2006-09-21|RollingFileAppender does not rollover when the fil|
|40611|New|Trv|2006-09-27|Bad subclass example; NullPointerException in Logg|
|40736|Inf|Nor|2006-10-11|log4j delete permission denied                    |
|40889|Inf|Nor|2006-11-03|repeated entries in log after failure             |
|40990|Inf|Nor|2006-11-17|Cannot bind port or ip address for outgoing UDP so|
|41006|Inf|Enh|2006-11-20|Contributing XMLSocketHubReceiver                 |
|41214|Ass|Maj|2006-12-19|Deadlock with RollingFileAppender                 |
|41311|Inf|Min|2007-01-06|Please make TimeBasedRollingPolicy non-final?     |
|41316|New|Nor|2007-01-08|NPE when using RollingFileAppender in Tomcat.     |
|41547|Inf|Nor|2007-02-05|PropertyConfigurator and layout.contentType       |
|41799|New|Enh|2007-03-09|SyslogAppender should enable to customize Log4j.Le|
|41882|Inf|Nor|2007-03-18|IE7 problems with Log4J web site                  |
|41937|New|Nor|2007-03-23|Logs from some panels missing in custom expression|
|41980|Inf|Maj|2007-03-29|Log4j stop updating log file- version log4j-1.2.8 |
|42189|Ass|Nor|2007-04-22|Add simple bridge for java.util.logging, with basi|
|42213|Opn|Blk|2007-04-24|log4j causing threads to stuck in weblogic        |
|42516|Inf|Nor|2007-05-24|Log4j failed to log file when packaged in Eclipse |
|42664|New|Enh|2007-06-14|JUL Appender                                      |
|42883|Opn|Nor|2007-07-12|'Welcome' and 'Drag &amp; Drop' panels can't be hidden|
|42933|Inf|Maj|2007-07-18|IllegalStateException thrown from FileAppender.clo|
|43148|Ass|Nor|2007-08-16|LogFilePatternReceiver depends on jakarta-oro, cou|
|43277|New|Nor|2007-08-31|Add LogMF.entering, .exiting and .throwing methods|
|43282|Ass|Nor|2007-08-31|Add OSGi packaging info to log4j and companions   |
|43313|Ass|Nor|2007-09-05|log4j 1.2.16 release considerations and discussion|
|43403|Inf|Nor|2007-09-16|PatternLayout: new format modifer: prefix if non-e|
|43619|New|Enh|2007-10-13|Simple proposal for pluggable sys-props resolvers |
|43637|Inf|Nor|2007-10-16|SocketAppender.append(LoggingEvent) calls the Erro|
|43728|Inf|Cri|2007-10-29|Log file loss when specified file is locked by ano|
|43736|Ass|Nor|2007-10-30|Chainsaw does not honor encoding when loading XML |
|43820|New|Enh|2007-11-08|[PATCH] Layered Configurator Patch                |
|43879|Inf|Nor|2007-11-16|FileAppender writes Header multiple times         |
|43911|Inf|Nor|2007-11-20|logfiles not getting rolled over with RollingFileA|
|43923|Inf|Min|2007-11-21|JBOSS specific information in javadocs            |
|44219|Inf|Nor|2008-01-13|'WARNING' for a log level is silently ignored/chan|
|44308|New|Enh|2008-01-28|[Patch] JMX component for managing Logger configur|
|44370|Inf|Reg|2008-02-06|MANIFEST.MF broken in log4j-1.2.15.jar            |
|44386|Opn|Nor|2008-02-10|NTEventLogAppender.dll for windows 64             |
|44526|Inf|Nor|2008-03-04|segmentation fault occuring when PropertyConfigura|
|44557|Inf|Nor|2008-03-07|no close call to Appender after replacing the root|
|44649|Inf|Nor|2008-03-20|JMS Hangs when a Root Appender                    |
|44700|Inf|Nor|2008-03-28|Log4J locks rolled log files                      |
|44727|Inf|Nor|2008-04-01|Add missing Logger#isErrorEnabled and isWarningEna|
|44834|Inf|Nor|2008-04-17|SimpleSocketServer looses buffered logs, produces |
|44839|Inf|Nor|2008-04-17|SyslogAppender logging to a UNIX domain socket    |
|44932|New|Cri|2008-05-05|improve DailyRollingFileAppender handling of rotat|
|44934|Inf|Enh|2008-05-05|add helper method to DailyRollingFileAppender to g|
|44945|New|Nor|2008-05-06|SyslogAppender not working                        |
|45029|Ass|Nor|2008-05-18|Additional unit tests for Filters in extras compan|
|45042|New|Nor|2008-05-19|Need a reliable way to detect misconfiguration    |
|45109|Inf|Nor|2008-05-31|SMTPAppender uses wrong property for mail server  |
|45165|Ass|Enh|2008-06-09|Multifile Appender                                |
|45231|Ass|Nor|2008-06-18|Clear appenders call on logger calls a helper whic|
|45236|Inf|Cri|2008-06-19|Wriring output to an out-dated file.              |
|45304|Inf|Nor|2008-06-29|using log4j with OAS for some reasone all the logg|
|45482|Inf|Min|2008-07-25|Source contains unused variables                  |
|45629|New|Nor|2008-08-13|TopicConnection is not closed                     |
|45660|New|Enh|2008-08-20|NDC could remove Hashtable entry if Stack gets emp|
|45753|New|Nor|2008-09-06|Code contribution: BurstFilter for extras         |
|45781|New|Nor|2008-09-11|RollingFileAppender under Windows does not rotate |
|45855|New|Enh|2008-09-21|Add site/apt documentation for JULBridgeLogManager|
|45932|New|Nor|2008-10-01|Log4j JMX MBeans not cleaned up                   |
|45934|New|Enh|2008-10-02|FileAppender should use virtual-machine shutdown h|
|45939|New|Nor|2008-10-02|Cannot drop HierarchyDynamicMBean from LoggerRepos|
|46100|New|Enh|2008-10-27|NagiosAppender available for contribution         |
|46260|Inf|Nor|2008-11-21|RollingFileAppender and Tomcat has a strange behav|
|46426|Ass|Nor|2008-12-20|Implement commons-logging interfaces natively in l|
|46514|New|Nor|2009-01-12|provide API to re-init log4j                      |
|46533|New|Enh|2009-01-14|Deamon Thread                                     |
|46570|New|Nor|2009-01-20|DailyRollingFileAppender rolls logs into files dat|
|46573|Inf|Maj|2009-01-21|MDC attributes cant't be displayed on Chainsaw    |
|46592|New|Trv|2009-01-23|trim() on property file entries                   |
|46626|New|Enh|2009-01-29|Log4J 1.2.15 SyslogAppender doesn't not handle TAG|
|46691|New|Nor|2009-02-10|log4j file rolling over on restart of the server  |
|46723|New|Nor|2009-02-17|log4j subject line host expansion                 |
|46804|New|Enh|2009-03-05|create the method PropertyConfigurator.configureAn|
|46868|New|Nor|2009-03-17|SocketHUBAppender: Allow restriction of binding to|
|46878|New|Cri|2009-03-19|Deadlock in 1.2.15 caused by AsyncAppender and Thr|
|46941|New|Enh|2009-03-31|Sub Level Logging Technique                       |
|46983|New|Enh|2009-04-07|More Debug output for log4j auto-configure request|
|47004|Inf|Nor|2009-04-08|log messages occasionally sharing a line          |
|47123|New|Blk|2009-04-29|TimeBasedRollingPolicy appends logs into a old log|
|47141|Inf|Enh|2009-05-02|add getCyclicBuffer() method to log4j SMTPAppender|
|47164|New|Enh|2009-05-07|HTMLLayout replace newline with &lt;BR&gt;              |
|47208|New|Enh|2009-05-17|Better Default colours for Log Panel Color Filter |
|47357|New|Min|2009-06-11|Declaring logger and category with same name cause|
|47575|Inf|Nor|2009-07-24|GZipping large files stops logging                |
|47595|Opn|Nor|2009-07-28|[companion] POMs of companions have problems      |
|47703|New|Nor|2009-08-18|Object rendering ought to be done outside synchron|
|47713|Inf|Nor|2009-08-20|SMTPAppender system properties propagation issue  |
|47740|Inf|Nor|2009-08-26|log4j 1.2.15 deadlock RootAppender NDC            |
|47883|New|Nor|2009-09-21|Lines dropped with UseNewHashFunction             |
|47898|Inf|Maj|2009-09-24|DailyRollingFileAppender unable to create backup l|
|47960|New|Min|2009-10-08|appender-ref children in appender element         |
|48027|Inf|Cri|2009-10-20|Logger statements in a particular class file is no|
|48141|Inf|Cri|2009-11-05|Log file rotation issue in Linux VM               |
|48188|New|Min|2009-11-12|Outdated reference to the 1.3 branch in FAQ       |
|48189|New|Trv|2009-11-12|Ceki Gülcü's name misspelled in the FAQ           |
|48200|New|Cri|2009-11-15|Allow SMTPAppender to have replaceable parameters |
|48209|New|Nor|2009-11-17|Websphere 6.0: logging statements appear in the SY|
|48216|New|Nor|2009-11-17|Dependency to javamail should be marked as optiona|
|48220|New|Min|2009-11-18|LoggingEvent.mdcCopy serialization with non-serial|
|48244|New|Min|2009-11-19|Socket Server configuration does not handle not re|
+-----+---+---+----------+--------------------------------------------------+
| Total  152 bugs                                                           |
+---------------------------------------------------------------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Bug report for Log4j [2009/11/22]</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091122230813.A6F5E234C495@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091122230813-A6F5E234C495@brutus-apache-org%3e</id>
<updated>2009-11-22T23:08:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
|13099|Opn|Nor|2002-09-27|DOMConfigurator ignores category factory setting  |
|17887|Opn|Maj|2003-03-11|RollingFileAppender does not work for 10 threads  |
|20395|Inf|Enh|2003-06-01|PreparedStatementAppender Enhancement             |
|23329|New|Enh|2003-09-22|&lt;logger&gt; element in XML config should support reso|
|26084|Inf|Nor|2004-01-13|Log Event detail panel does not show special chara|
|27363|Inf|Enh|2004-03-02|JNI based SyslogAppender                          |
|27367|Inf|Enh|2004-03-02|NetSendAppender                                   |
|29244|Inf|Nor|2004-05-27|Preserve XML content in log messages when using XM|
|29305|New|Nor|2004-05-30|Chainsaw doesn't see locationinfo from XMLSocketRe|
|30055|New|Nor|2004-07-12|Problem with registering Appenders with the same n|
|30407|Inf|Maj|2004-07-30|Externally rolled file problem                    |
|30888|New|Maj|2004-08-27|Chainsaw mixes files in same panel                |
|30892|New|Min|2004-08-27|Log files cannot be closed                        |
|31089|New|Nor|2004-09-07|Does not accept ISO8601 dates in focus field      |
|31178|Inf|Cri|2004-09-11|Exception using Chainsaw for simple debugging     |
|31179|Ass|Enh|2004-09-11|Implement Chainsaw as Eclipse stand-alone applicat|
|33278|New|Min|2005-01-27|NPE thrown durring daily log file rollover        |
|33493|Inf|Enh|2005-02-10|contribution to log4j: servlet diagnostic context |
|34440|New|Nor|2005-04-13|sandbox:IMAppender - comma-seperated recipient lis|
|34491|Ver|Nor|2005-04-18|Missing include in build.jms target results in mis|
|34651|New|Enh|2005-04-27|allow for a header on top of every rolled file    |
|34738|Inf|Nor|2005-05-04|Chainsaw does not remember what Columns are select|
|34945|Inf|Nor|2005-05-17|ThrowableInformation has dubious Stack Trace extra|
|34974|Inf|Cri|2005-05-19|Exception when running a Pluglet                  |
|35239|Inf|Nor|2005-06-06|NullPointerException when saving displayed events |
|35563|Inf|Enh|2005-06-30|Syslog appender parametrability                   |
|35996|Inf|Enh|2005-08-03|Add support for ant-like &lt;property&gt; in log4j.xml  |
|36435|New|Enh|2005-08-31|Log4J RollingFileAppender under OpenVMS does not f|
|36654|Inf|Min|2005-09-14|Provide better error messages for "Please initiali|
|36789|Inf|Nor|2005-09-23|Empty control flow statement in org.apache.log4j.l|
|37349|Ass|Nor|2005-11-03|DBAppender not working with jTDS driver           |
|37638|New|Nor|2005-11-25|logging doesn't fall back with FallbackErrorHandle|
|37734|Inf|Nor|2005-12-01|Customize Event ID and Event Category with NTEVent|
|38363|Ass|Nor|2006-01-24|SecurityException during log output               |
|38394|Ver|Enh|2006-01-26|PropertySetter fails to print stacktrace if error |
|38395|Ver|Reg|2006-01-26|Unable to set threshold on appender via config fil|
|38406|Ver|Nor|2006-01-26|jdk1.4 dependencies in log4j 1.3 alpha            |
|38513|New|Nor|2006-02-05|[PATCH] Suggested unit test for JMSAppender       |
|38582|Ass|Nor|2006-02-08|Chainsaw does not include Receiver JavaDoc in dist|
|38590|Inf|Nor|2006-02-09|no space on device fails another instance         |
|38883|Opn|Nor|2006-03-07|LogFilePatternReceiver fails to process multi-line|
|39690|Inf|Cri|2006-05-31|Initialization fail in J2EE Environment           |
|39691|Ass|Nor|2006-05-31|DBAppender doesn't log long events                |
|40068|New|Nor|2006-07-18|Add support for attach-on-demand API to chainsaw  |
|40124|New|Min|2006-07-27|startup (JWS) does not initialize ignored elements|
|40251|Opn|Min|2006-08-14|Hard coded JMX domain name for MBean instances    |
|40382|Inf|Maj|2006-09-01|Sysappender hangs during boot time on HP          |
|40385|Inf|Maj|2006-09-01|SocketServer cannot find config file when passed a|
|40472|New|Nor|2006-09-11|SettingsManager calls loadSettings with global set|
|40533|New|Nor|2006-09-18|Chainsaw not showing all logging statements       |
|40570|Inf|Blk|2006-09-21|RollingFileAppender does not rollover when the fil|
|40611|New|Trv|2006-09-27|Bad subclass example; NullPointerException in Logg|
|40736|Inf|Nor|2006-10-11|log4j delete permission denied                    |
|40889|Inf|Nor|2006-11-03|repeated entries in log after failure             |
|40990|Inf|Nor|2006-11-17|Cannot bind port or ip address for outgoing UDP so|
|41006|Inf|Enh|2006-11-20|Contributing XMLSocketHubReceiver                 |
|41214|Ass|Maj|2006-12-19|Deadlock with RollingFileAppender                 |
|41311|Inf|Min|2007-01-06|Please make TimeBasedRollingPolicy non-final?     |
|41316|New|Nor|2007-01-08|NPE when using RollingFileAppender in Tomcat.     |
|41547|Inf|Nor|2007-02-05|PropertyConfigurator and layout.contentType       |
|41799|New|Enh|2007-03-09|SyslogAppender should enable to customize Log4j.Le|
|41882|Inf|Nor|2007-03-18|IE7 problems with Log4J web site                  |
|41937|New|Nor|2007-03-23|Logs from some panels missing in custom expression|
|41980|Inf|Maj|2007-03-29|Log4j stop updating log file- version log4j-1.2.8 |
|42189|Ass|Nor|2007-04-22|Add simple bridge for java.util.logging, with basi|
|42213|Opn|Blk|2007-04-24|log4j causing threads to stuck in weblogic        |
|42516|Inf|Nor|2007-05-24|Log4j failed to log file when packaged in Eclipse |
|42664|New|Enh|2007-06-14|JUL Appender                                      |
|42883|Opn|Nor|2007-07-12|'Welcome' and 'Drag &amp; Drop' panels can't be hidden|
|42933|Inf|Maj|2007-07-18|IllegalStateException thrown from FileAppender.clo|
|43148|Ass|Nor|2007-08-16|LogFilePatternReceiver depends on jakarta-oro, cou|
|43277|New|Nor|2007-08-31|Add LogMF.entering, .exiting and .throwing methods|
|43282|Ass|Nor|2007-08-31|Add OSGi packaging info to log4j and companions   |
|43313|Ass|Nor|2007-09-05|log4j 1.2.16 release considerations and discussion|
|43403|Inf|Nor|2007-09-16|PatternLayout: new format modifer: prefix if non-e|
|43619|New|Enh|2007-10-13|Simple proposal for pluggable sys-props resolvers |
|43637|Inf|Nor|2007-10-16|SocketAppender.append(LoggingEvent) calls the Erro|
|43728|Inf|Cri|2007-10-29|Log file loss when specified file is locked by ano|
|43736|Ass|Nor|2007-10-30|Chainsaw does not honor encoding when loading XML |
|43820|New|Enh|2007-11-08|[PATCH] Layered Configurator Patch                |
|43879|Inf|Nor|2007-11-16|FileAppender writes Header multiple times         |
|43911|Inf|Nor|2007-11-20|logfiles not getting rolled over with RollingFileA|
|43923|Inf|Min|2007-11-21|JBOSS specific information in javadocs            |
|44219|Inf|Nor|2008-01-13|'WARNING' for a log level is silently ignored/chan|
|44308|New|Enh|2008-01-28|[Patch] JMX component for managing Logger configur|
|44370|Inf|Reg|2008-02-06|MANIFEST.MF broken in log4j-1.2.15.jar            |
|44386|Opn|Nor|2008-02-10|NTEventLogAppender.dll for windows 64             |
|44526|Inf|Nor|2008-03-04|segmentation fault occuring when PropertyConfigura|
|44557|Inf|Nor|2008-03-07|no close call to Appender after replacing the root|
|44649|Inf|Nor|2008-03-20|JMS Hangs when a Root Appender                    |
|44700|Inf|Nor|2008-03-28|Log4J locks rolled log files                      |
|44727|Inf|Nor|2008-04-01|Add missing Logger#isErrorEnabled and isWarningEna|
|44834|Inf|Nor|2008-04-17|SimpleSocketServer looses buffered logs, produces |
|44839|Inf|Nor|2008-04-17|SyslogAppender logging to a UNIX domain socket    |
|44932|New|Cri|2008-05-05|improve DailyRollingFileAppender handling of rotat|
|44934|Inf|Enh|2008-05-05|add helper method to DailyRollingFileAppender to g|
|44945|New|Nor|2008-05-06|SyslogAppender not working                        |
|45029|Ass|Nor|2008-05-18|Additional unit tests for Filters in extras compan|
|45042|New|Nor|2008-05-19|Need a reliable way to detect misconfiguration    |
|45109|Inf|Nor|2008-05-31|SMTPAppender uses wrong property for mail server  |
|45165|Ass|Enh|2008-06-09|Multifile Appender                                |
|45231|Ass|Nor|2008-06-18|Clear appenders call on logger calls a helper whic|
|45236|Inf|Cri|2008-06-19|Wriring output to an out-dated file.              |
|45304|Inf|Nor|2008-06-29|using log4j with OAS for some reasone all the logg|
|45482|Inf|Min|2008-07-25|Source contains unused variables                  |
|45629|New|Nor|2008-08-13|TopicConnection is not closed                     |
|45660|New|Enh|2008-08-20|NDC could remove Hashtable entry if Stack gets emp|
|45753|New|Nor|2008-09-06|Code contribution: BurstFilter for extras         |
|45781|New|Nor|2008-09-11|RollingFileAppender under Windows does not rotate |
|45855|New|Enh|2008-09-21|Add site/apt documentation for JULBridgeLogManager|
|45932|New|Nor|2008-10-01|Log4j JMX MBeans not cleaned up                   |
|45934|New|Enh|2008-10-02|FileAppender should use virtual-machine shutdown h|
|45939|New|Nor|2008-10-02|Cannot drop HierarchyDynamicMBean from LoggerRepos|
|46100|New|Enh|2008-10-27|NagiosAppender available for contribution         |
|46260|Inf|Nor|2008-11-21|RollingFileAppender and Tomcat has a strange behav|
|46426|Ass|Nor|2008-12-20|Implement commons-logging interfaces natively in l|
|46514|New|Nor|2009-01-12|provide API to re-init log4j                      |
|46533|New|Enh|2009-01-14|Deamon Thread                                     |
|46570|New|Nor|2009-01-20|DailyRollingFileAppender rolls logs into files dat|
|46573|Inf|Maj|2009-01-21|MDC attributes cant't be displayed on Chainsaw    |
|46592|New|Trv|2009-01-23|trim() on property file entries                   |
|46626|New|Enh|2009-01-29|Log4J 1.2.15 SyslogAppender doesn't not handle TAG|
|46691|New|Nor|2009-02-10|log4j file rolling over on restart of the server  |
|46723|New|Nor|2009-02-17|log4j subject line host expansion                 |
|46804|New|Enh|2009-03-05|create the method PropertyConfigurator.configureAn|
|46868|New|Nor|2009-03-17|SocketHUBAppender: Allow restriction of binding to|
|46878|New|Cri|2009-03-19|Deadlock in 1.2.15 caused by AsyncAppender and Thr|
|46941|New|Enh|2009-03-31|Sub Level Logging Technique                       |
|46983|New|Enh|2009-04-07|More Debug output for log4j auto-configure request|
|47004|Inf|Nor|2009-04-08|log messages occasionally sharing a line          |
|47123|New|Blk|2009-04-29|TimeBasedRollingPolicy appends logs into a old log|
|47141|Inf|Enh|2009-05-02|add getCyclicBuffer() method to log4j SMTPAppender|
|47164|New|Enh|2009-05-07|HTMLLayout replace newline with &lt;BR&gt;              |
|47208|New|Enh|2009-05-17|Better Default colours for Log Panel Color Filter |
|47357|New|Min|2009-06-11|Declaring logger and category with same name cause|
|47575|Inf|Nor|2009-07-24|GZipping large files stops logging                |
|47595|Opn|Nor|2009-07-28|[companion] POMs of companions have problems      |
|47703|New|Nor|2009-08-18|Object rendering ought to be done outside synchron|
|47713|Inf|Nor|2009-08-20|SMTPAppender system properties propagation issue  |
|47740|Inf|Nor|2009-08-26|log4j 1.2.15 deadlock RootAppender NDC            |
|47883|New|Nor|2009-09-21|Lines dropped with UseNewHashFunction             |
|47898|Inf|Maj|2009-09-24|DailyRollingFileAppender unable to create backup l|
|47960|New|Min|2009-10-08|appender-ref children in appender element         |
|48027|Inf|Cri|2009-10-20|Logger statements in a particular class file is no|
|48141|Inf|Cri|2009-11-05|Log file rotation issue in Linux VM               |
|48188|New|Min|2009-11-12|Outdated reference to the 1.3 branch in FAQ       |
|48189|New|Trv|2009-11-12|Ceki Gülcü's name misspelled in the FAQ           |
|48200|New|Cri|2009-11-15|Allow SMTPAppender to have replaceable parameters |
|48209|New|Nor|2009-11-17|Websphere 6.0: logging statements appear in the SY|
|48216|New|Nor|2009-11-17|Dependency to javamail should be marked as optiona|
|48220|New|Min|2009-11-18|LoggingEvent.mdcCopy serialization with non-serial|
|48244|New|Min|2009-11-19|Socket Server configuration does not handle not re|
+-----+---+---+----------+--------------------------------------------------+
| Total  152 bugs                                                           |
+---------------------------------------------------------------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48244] Socket Server configuration does not handle not reverse DNS resolvable hosts</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091120201808.9696E234C48C@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091120201808-9696E234C48C@brutus-apache-org%3e</id>
<updated>2009-11-20T20:18:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48244

Mark Farver &lt;mfarver@mindbent.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24574|0                           |1
        is obsolete|                            |

--- Comment #2 from Mark Farver &lt;mfarver@mindbent.org&gt; 2009-11-20 12:18:08 UTC ---
Created an attachment (id=24575)
 --&gt; (https://issues.apache.org/bugzilla/attachment.cgi?id=24575)
Previous patch had some garbage diff info in it

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48244] Socket Server configuration does not handle not reverse DNS resolvable hosts</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091120201556.299D8234C48C@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091120201556-299D8234C48C@brutus-apache-org%3e</id>
<updated>2009-11-20T20:15:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48244

--- Comment #1 from Mark Farver &lt;mfarver@mindbent.org&gt; 2009-11-20 12:15:54 UTC ---
Created an attachment (id=24574)
 --&gt; (https://issues.apache.org/bugzilla/attachment.cgi?id=24574)
Proposed patch, fails back to IP in config file name if hostname not available.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48209] Websphere 6.0: logging statements appear in the SYSPRINT (System.out)</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091120075946.6AD5C234C1EF@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091120075946-6AD5C234C1EF@brutus-apache-org%3e</id>
<updated>2009-11-20T07:59:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48209

Frits Walraven &lt;fj.walraven@belastingdienst.nl&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Websphere 6.0: logging      |Websphere 6.0: logging
                   |statement appear in the     |statements appear in the
                   |SYSPRINT (System.out)       |SYSPRINT (System.out)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48244] New: Socket Server configuration does not handle not reverse DNS resolvable hosts</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48244-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48244-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-19T23:04:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48244

           Summary: Socket Server configuration does not handle not
                    reverse DNS resolvable hosts
           Product: Log4j
           Version: 1.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: mfarver@mindbent.org


2009-11-19 16:22:06,955 () SocketServer [INFO]  - Listening on port 514
2009-11-19 16:22:06,960 () SocketServer [INFO]  - Waiting to accept a new
client.
2009-11-19 16:22:37,632 () SocketServer [INFO]  - Connected to client at
/10.16.1.16
2009-11-19 16:22:37,632 () SocketServer [INFO]  - Locating configuration file
for /10.16.1.16
2009-11-19 16:22:37,633 () SocketServer [WARN]  - Could not find config file
[/opt/log4j-server/etc/servers/.lcf].


It seems like this code needs to realize when it gets a blank response back for
the hostname and maybe use the IP in the config filename instead.

--snip--
LoggerRepository configureHierarchy(InetAddress inetAddress) {
  cat.info("Locating configuration file for "+inetAddress);
  // We assume that the toSting method of InetAddress returns is in
  // the format hostname/d1.d2.d3.d4 e.g. torino/192.168.1.1
    String s = inetAddress.toString();
    int i = s.indexOf("/");
    if(i == -1) {
      cat.warn("Could not parse the inetAddress ["+inetAddress+
           "]. Using default hierarchy.");
      return genericHierarchy();
    } else {
      String key = s.substring(0, i);
-----
Also, is it more correct to use InetAddress.getHostname and getHostAddress
instead of parsing the .toString output?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48220] LoggingEvent.mdcCopy serialization with non-serializable MDC-values</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091119101610.1DCCA234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091119101610-1DCCA234C052@brutus-apache-org%3e</id>
<updated>2009-11-19T10:16:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48220

--- Comment #3 from Lars Beuster &lt;lbe.tech@spree.de&gt; 2009-11-19 02:16:07 UTC ---
Yes, the toString()-call could be a good idea and would solve the problem for
non-serializable values.

But I had also another problem. I've put my own serializable object into the
MDC-context. But it couldn't be deserialized at the other side because my
classfile wasn't present there.
In my special case I've put an application object into the MDC-context. I
didn't want to use the toString()-presentation because this method was too
heavy. My object was only used in an ErrorAppender with a PatternLayout that
used the MDC-value. So toString() was only called in an error case.
Another developer had a SocketAppender in his log4j.xml in conjunction with
log4eclipse as the server socket - and ran into the problem.

So for now I've created a SocketAppender-subclass that modifies the
LoggingEvent by replacing the mdcCopy-values with it's
toString()-representations - per reflection because the fields are private. The
heavy toString()-method of my object is now called on every logging event (not
only in an error case) - but that's ok, since it's a developer system.

But I don't know if this is a solution that is suitable for everybody using
log4j. Perhaps it's possible to activate this behavior with a special option
(global or local on every serializing appender).

Regards
Lars

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48232] Wiki pages are immutable</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091119044341.E0107234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091119044341-E0107234C052@brutus-apache-org%3e</id>
<updated>2009-11-19T04:43:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48232

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #1 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-18 20:43:39 UTC ---
I personally have not done much if anything with the Wiki.  At the present, I
see some log4php content, but nothing for log4j, thought I thought there was
some earlier.

The main landing page is immutable, but http://wiki.apache.org/logging/Log4PHP
had an edit button for me at least.

This would be better on log4j-dev than on bugzilla.

I'll check on adding a Documentation component after marking this bug as
WORKSFORME.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48220] LoggingEvent.mdcCopy serialization with non-serializable MDC-values</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091119034218.0C780234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091119034218-0C780234C052@brutus-apache-org%3e</id>
<updated>2009-11-19T03:42:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48220

--- Comment #2 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-18 19:42:16 UTC ---
I'm thinking that the most desirable resolution was to substitute
Object.toString() for the non-serializable values in the MDC when serializing
the logging event.  Will have to pull out my serialization spec to see if there
is a clean way to do it.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48231] Typos in the manual</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091119033902.E41AC234C1F0@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091119033902-E41AC234C1F0@brutus-apache-org%3e</id>
<updated>2009-11-19T03:39:02Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48231

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-18 19:39:02 UTC ---
Thanks for the report.

Committed in the site source at rev 882041.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r882041 - /logging/log4j/trunk/src/site/xdoc/manual.xml</title>
<author><name>carnold@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091119033857.AE8D723888D4@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091119033857-AE8D723888D4@eris-apache-org%3e</id>
<updated>2009-11-19T03:38:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: carnold
Date: Thu Nov 19 03:38:45 2009
New Revision: 882041

URL: http://svn.apache.org/viewvc?rev=882041&amp;view=rev
Log:
Bug 48231: Typos in the manual

Modified:
    logging/log4j/trunk/src/site/xdoc/manual.xml

Modified: logging/log4j/trunk/src/site/xdoc/manual.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/site/xdoc/manual.xml?rev=882041&amp;r1=882040&amp;r2=882041&amp;view=diff
==============================================================================
--- logging/log4j/trunk/src/site/xdoc/manual.xml (original)
+++ logging/log4j/trunk/src/site/xdoc/manual.xml Thu Nov 19 03:38:45 2009
@@ -71,7 +71,7 @@
 multithreaded applications and distributed applications at large.&lt;/p&gt;
 
 &lt;p&gt;Experience indicates that logging was an important component of the
-development cycle. It offeres several advantages. It provides precise
+development cycle. It offers several advantages. It provides precise
 &lt;em&gt;context&lt;/em&gt; about a run of the application. Once inserted into
 the code, the generation of logging output requires no human
 intervention.  Moreover, log output can be saved in persistent medium
@@ -476,7 +476,7 @@
 	&lt;p&gt;However, if an ancestor of logger &lt;i&gt;C&lt;/i&gt;, say &lt;i&gt;P&lt;/i&gt;,
 	has the additivity flag set to &lt;code&gt;false&lt;/code&gt;, then
 	&lt;i&gt;C&lt;/i&gt;'s output will be directed to all the appenders in
-	&lt;i&gt;C&lt;/i&gt; and it's ancestors upto and including &lt;i&gt;P&lt;/i&gt; but
+	&lt;i&gt;C&lt;/i&gt; and its ancestors upto and including &lt;i&gt;P&lt;/i&gt; but
 	not the appenders in any of the ancestors of &lt;i&gt;P&lt;/i&gt;.&lt;/p&gt;
 
 	&lt;p&gt;Loggers have their additivity flag set to
@@ -553,7 +553,7 @@
 needs to be logged.&lt;/p&gt;
 
 &lt;p&gt;Object rendering follows the class hierarchy. For example, assuming
-oranges are fruits, if you register an &lt;code&gt;FruitRenderer&lt;/code&gt;, all
+oranges are fruits, if you register a &lt;code&gt;FruitRenderer&lt;/code&gt;, all
 fruits including oranges will be rendered by the
 &lt;code&gt;FruitRenderer&lt;/code&gt;, unless of course you registered an orange
 specific &lt;code&gt;OrangeRenderer&lt;/code&gt;.&lt;/p&gt;
@@ -710,7 +710,7 @@
 &lt;code&gt;PropertyConfigurator&lt;/code&gt; to parse a configuration file and
 set up logging accordingly.&lt;/p&gt;
 
-&lt;p&gt;Here is a sample configuration file that results in exactly same
+&lt;p&gt;Here is a sample configuration file that results in identical
 output as the previous &lt;code&gt;BasicConfigurator&lt;/code&gt; based example.&lt;/p&gt;
 
 &lt;p&gt;&lt;table bgcolor="CCAAAA"&gt;&lt;tr&gt;&lt;td&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r882040 - /logging/log4j/trunk/pom.xml</title>
<author><name>carnold@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091119033755.4628323888D4@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091119033755-4628323888D4@eris-apache-org%3e</id>
<updated>2009-11-19T03:37:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: carnold
Date: Thu Nov 19 03:37:34 2009
New Revision: 882040

URL: http://svn.apache.org/viewvc?rev=882040&amp;view=rev
Log:
Bug 43313: Update to later RAT

Modified:
    logging/log4j/trunk/pom.xml

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=882040&amp;r1=882039&amp;r2=882040&amp;view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Thu Nov 19 03:37:34 2009
@@ -379,9 +379,9 @@
         &lt;/configuration&gt;
       &lt;/plugin&gt;
       &lt;plugin&gt;
-        &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
-        &lt;artifactId&gt;rat-maven-plugin&lt;/artifactId&gt;
-        &lt;version&gt;1.0-alpha-3&lt;/version&gt;
+        &lt;groupId&gt;org.apache.rat&lt;/groupId&gt;
+        &lt;artifactId&gt;apache-rat-plugin&lt;/artifactId&gt;
+        &lt;version&gt;0.6&lt;/version&gt;
       &lt;/plugin&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.felix&lt;/groupId&gt;



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48232] New: Wiki pages are immutable</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48232-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48232-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-18T23:00:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48232

           Summary: Wiki pages are immutable
           Product: Log4j
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: ddascalescu+apache@gmail.com


I just created an account in order to make some fixes to the wiki, but each
page is "Immutable" and doesn't have an "Edit" link. I thought maybe I had to
confirm my e-mail address but I haven't received any confirmation e-mail.

I could report the errors/improvements here if necessary, and adding a
"Documentation" component to the log4j Bugzilla product would help.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48231] New: Typos in the manual</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48231-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48231-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-18T22:41:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48231

           Summary: Typos in the manual
           Product: Log4j
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: ddascalescu+apache@gmail.com


http://logging.apache.org/log4j/1.2/manual.html

"It offeres several advantages." - offers
"C's output will be directed to all the appenders in C and it's ancestors" -
its
"if you register an FruitRenderer" - a
"results in exactly same output" - the same output

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48220] LoggingEvent.mdcCopy serialization with non-serializable MDC-values</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091118102543.1212F234C1EF@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091118102543-1212F234C1EF@brutus-apache-org%3e</id>
<updated>2009-11-18T10:25:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48220

Lars Beuster &lt;lbe.tech@spree.de&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
            Summary|LoggingEvent.mdcCopy not    |LoggingEvent.mdcCopy
                   |transient                   |serialization with
                   |                            |non-serializable MDC-values
           Severity|normal                      |minor

--- Comment #1 from Lars Beuster &lt;lbe.tech@spree.de&gt; 2009-11-18 02:25:42 UTC ---
Of cource, if the field is transient then the LoggingEvent at the other side of
the SocketAppender is incomplete - probably this is not what I want;)

So if it is intended to leave the field non-transient, at least the
documentation for the MDC should be improved to give a hint to problem:
non-serializable MCD-value / serializing appende.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48220] New: LoggingEvent.mdcCopy not transient</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48220-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48220-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-18T10:10:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48220

           Summary: LoggingEvent.mdcCopy not transient
           Product: Log4j
           Version: 1.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: lbe.tech@spree.de


The field mdcCopy in LoggingEvent should be transient. Otherwise it is tried to
serialize the Hashtable with all its elements (e.g. in SocketAppender). But
these elements doesn't have to be serializable. And if they are not I get an
exception and the Logger is unusable for the rest of the Java process.

How to reproduce
- MDC.put("key", notSerializableObject)
- Log on a SocketAppender

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48216] New: Dependency to javamail should be marked as optional</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48216-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48216-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-17T19:05:02Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48216

           Summary: Dependency to javamail should be marked as optional
           Product: Log4j
           Version: 1.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Appender
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: kalle.o.korhonen@gmail.com


Javamail dependency is only required if you use SMTPAppender. Therefore it
should be marked as optional in log4j's pom. Otherwise any Maven build that
uses log4j will pull in javamail and activation as unnecessary transitive
dependencies.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: log4j-dev@logging.apache.org</title>
<author><name>Scott Deboy &lt;scott.deboy@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c8429e8cd0911171029s481793cfv8ac2927b2c1b571e@mail.gmail.com%3e"/>
<id>urn:uuid:%3c8429e8cd0911171029s481793cfv8ac2927b2c1b571e@mail-gmail-com%3e</id>
<updated>2009-11-17T18:29:24Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The easiest way to get going is to define an xml configuration file that
contains the LogFilePatternReceiver configuration, and specify the URL to
that file as the auto config URL in Chainsaw's application-wide preferences
panel.

You can see an example xml configuration file from inside Chainsaw - go to
the Welcome tab and click the 'view example receiver configuration' button.
Copy this example configuration (ctrl-a, ctrl-c should work), remove all of
the 'plugin' nodes except LogFilePatternReceiver, and modify the parameters
to match what you need.

Then, specify the -URL- to this file in the automatic configuration URL
field (view/show application-wide preferences) and restart Chainsaw.

The 'logFormat' param uses the fields described in the receiver JavaDoc.
The 'filterExpression' param (this param isn't defined in the example but
you can add it if you need to) uses the expression syntax built into
Chainsaw (go to help/tutorial for a description of this syntax).

Hope that helps.

Scott

On Tue, Nov 17, 2009 at 10:21 AM, Mike Clarke &lt;mike.clarke@mystyleit.com&gt;wrote:

&gt; Hi Scott,
&gt;
&gt;
&gt; Thanks for your response.
&gt;
&gt; That is exactly what I want to do but (unfortunately) I can't figure
&gt; out from the documentation how to do that.
&gt; In the  org.apache.log4j.varia.LogFilePatternReceiver to me (I;'m more of a
&gt; admin then a dev) it just looks like the API to the class.
&gt;
&gt; Then it goes on about an example (well you know what it says, it looks
&gt; like you wrote it)
&gt;
&gt; I guess my real question is how to I get the example going.  Is the
&gt; example a config file example or a code example?
&gt;
&gt; Could you please provide some more details about how to use the
&gt; org.apache.log4j.varia.LogFilePatternReceiver.
&gt;
&gt; Much Thanks,
&gt; Mike Clarke
&gt;
&gt;
&gt;
&gt; On Tue, Nov 17, 2009 at 1:08 PM, Scott Deboy &lt;scott.deboy@gmail.com&gt;
&gt; wrote:
&gt; &gt; I'd suggest configuring Chainsaw with a LogFilePatternReceiver (or
&gt; &gt; VFSLogFilePatternReceiver if you need to tail the log files or get to log
&gt; &gt; files accessible via Jakarta Commons-VFS supported file systems).
&gt; &gt;
&gt; &gt; The JavaDoc for LogFilePatternReceiver is available from inside Chainsaw
&gt; -
&gt; &gt; help/Receiver Javadoc.
&gt; &gt;
&gt; &gt; A few things you can do with the receiver:
&gt; &gt;  - define a custom expression (logFormat) which will define how your log
&gt; &gt; file is parsed.  It could be as simple as 'MSG' or it could include
&gt; custom
&gt; &gt; properties (which will end up as separate columns in the table) - see the
&gt; &gt; receiver javadoc for information on how to define the logFormat.
&gt; &gt;  - define a 'filterExpression' param (an ExpressionFilter, which supports
&gt; &gt; regular expressions via the 'like' keyword) which determines which log
&gt; file
&gt; &gt; entries will be processed (ignoring all other entries)
&gt; &gt;  - the svn HEAD version of the receiver includes an 'appendNonMatches'
&gt; param
&gt; &gt; which will also include (with an 'unknown' logger) any rows which don't
&gt; &gt; match the logFormat expression
&gt; &gt;
&gt; &gt; With Chainsaw itself, you can enable or disable cyclic buffering on a
&gt; &gt; per-tab basis - if you turn off cyclic buffering or make it a large size,
&gt; &gt; I'd suggest downloading Chainsaw and modify the script to increase your
&gt; heap
&gt; &gt; size).
&gt; &gt;
&gt; &gt; I also recently added a handy 'marker' feature - double-click or ctrl-f2
&gt; to
&gt; &gt; toggle the marker on or off for a row..when you toggle a marker on, it
&gt; &gt; creates an editable column that you can use in expressions to filter and
&gt; &gt; search, and you can navigate between markers via f2/shift f2.
&gt; &gt;
&gt; &gt; If you save the events, the markers are also saved, so you can forward a
&gt; log
&gt; &gt; to someone else and they can see your 'notes' you've added to the log.
&gt; &gt;
&gt; &gt; I use Chainsaw to parse 50MB log files and it works pretty well..of
&gt; course,
&gt; &gt; I've spent a lot of time recently on the receiver and Chainsaw itself, so
&gt; &gt; svn HEAD will be a lot better than the WebStart/bundle download version.
&gt; &gt;
&gt; &gt; Hope that helps
&gt; &gt;
&gt; &gt; Scott
&gt; &gt;
&gt; &gt;
&gt; &gt; On Tue, Nov 17, 2009 at 8:55 AM, Mike Clarke &lt;mike.clarke@mystyleit.com&gt;
&gt; &gt; wrote:
&gt; &gt;&gt;
&gt; &gt;&gt; Hello,
&gt; &gt;&gt;
&gt; &gt;&gt; I work with a application that generates huge text files that are not
&gt; &gt;&gt; XML based whatsoever.  There is a structure but nothing that Chainsaw
&gt; &gt;&gt; can read.
&gt; &gt;&gt;
&gt; &gt;&gt; What I would like to do is to use chainsaw to read these files but I'm
&gt; &gt;&gt; not sure how to proceed.
&gt; &gt;&gt; (I've done a ton of searching but still am just spinning my wheels)
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; Ideally I would like to just create some short of filter using regular
&gt; &gt;&gt; expressions that would enable Chainsaw to read and parse the files.
&gt; &gt;&gt; Q1:  Is this possible/and is this documented enough that I can make it
&gt; &gt;&gt; happen?  Please send links!
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; Q2:  If I can't just create some sort of config file for Chainsaw, can
&gt; &gt;&gt; I extend Chainsaw and add my own receiver.
&gt; &gt;&gt; (My receiver being my code that I tell how to read the logs)
&gt; &gt;&gt; If so, links please, can't find anything on how to get started with
&gt; this!
&gt; &gt;&gt;
&gt; &gt;&gt; I'm not looking to do anything across sockets, this is entirely for
&gt; &gt;&gt; offline reading.
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; Q3:  Failing on Q1 and Q2 I could write a standalone converter to
&gt; &gt;&gt; convert my text logs got log4j but that seems very ugly.
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; Any ideas/links and tips would be very, very appreciated.  Currently I
&gt; &gt;&gt; work with a group who reads these huge logs text editors and it sucks!
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; Thanks,
&gt; &gt;&gt; Mike Clarke
&gt; &gt;&gt; http://mystyleit.com
&gt; &gt;&gt;
&gt; &gt;&gt; ---------------------------------------------------------------------
&gt; &gt;&gt; To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
&gt; &gt;&gt; For additional commands, e-mail: log4j-dev-help@logging.apache.org
&gt; &gt;&gt;
&gt; &gt;
&gt; &gt;
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
&gt; For additional commands, e-mail: log4j-dev-help@logging.apache.org
&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: log4j-dev@logging.apache.org</title>
<author><name>Mike Clarke &lt;mike.clarke@mystyleit.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c9567cfdc0911171021k8e52a91l913e0ab61d4a54a1@mail.gmail.com%3e"/>
<id>urn:uuid:%3c9567cfdc0911171021k8e52a91l913e0ab61d4a54a1@mail-gmail-com%3e</id>
<updated>2009-11-17T18:21:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Scott,


Thanks for your response.

That is exactly what I want to do but (unfortunately) I can't figure
out from the documentation how to do that.
In the  org.apache.log4j.varia.LogFilePatternReceiver to me (I;'m more of a
admin then a dev) it just looks like the API to the class.

Then it goes on about an example (well you know what it says, it looks
like you wrote it)

I guess my real question is how to I get the example going.  Is the
example a config file example or a code example?

Could you please provide some more details about how to use the
org.apache.log4j.varia.LogFilePatternReceiver.

Much Thanks,
Mike Clarke



On Tue, Nov 17, 2009 at 1:08 PM, Scott Deboy &lt;scott.deboy@gmail.com&gt; wrote:
&gt; I'd suggest configuring Chainsaw with a LogFilePatternReceiver (or
&gt; VFSLogFilePatternReceiver if you need to tail the log files or get to log
&gt; files accessible via Jakarta Commons-VFS supported file systems).
&gt;
&gt; The JavaDoc for LogFilePatternReceiver is available from inside Chainsaw -
&gt; help/Receiver Javadoc.
&gt;
&gt; A few things you can do with the receiver:
&gt; Â - define a custom expression (logFormat) which will define how your log
&gt; file is parsed.Â  It could be as simple as 'MSG' or it could include custom
&gt; properties (which will end up as separate columns in the table) - see the
&gt; receiver javadoc for information on how to define the logFormat.
&gt; Â - define a 'filterExpression' param (an ExpressionFilter, which supports
&gt; regular expressions via the 'like' keyword) which determines which log file
&gt; entries will be processed (ignoring all other entries)
&gt; Â - the svn HEAD version of the receiver includes an 'appendNonMatches' param
&gt; which will also include (with an 'unknown' logger) any rows which don't
&gt; match the logFormat expression
&gt;
&gt; With Chainsaw itself, you can enable or disable cyclic buffering on a
&gt; per-tab basis - if you turn off cyclic buffering or make it a large size,
&gt; I'd suggest downloading Chainsaw and modify the script to increase your heap
&gt; size).
&gt;
&gt; I also recently added a handy 'marker' feature - double-click or ctrl-f2 to
&gt; toggle the marker on or off for a row..when you toggle a marker on, it
&gt; creates an editable column that you can use in expressions to filter and
&gt; search, and you can navigate between markers via f2/shift f2.
&gt;
&gt; If you save the events, the markers are also saved, so you can forward a log
&gt; to someone else and they can see your 'notes' you've added to the log.
&gt;
&gt; I use Chainsaw to parse 50MB log files and it works pretty well..of course,
&gt; I've spent a lot of time recently on the receiver and Chainsaw itself, so
&gt; svn HEAD will be a lot better than the WebStart/bundle download version.
&gt;
&gt; Hope that helps
&gt;
&gt; Scott
&gt;
&gt;
&gt; On Tue, Nov 17, 2009 at 8:55 AM, Mike Clarke &lt;mike.clarke@mystyleit.com&gt;
&gt; wrote:
&gt;&gt;
&gt;&gt; Hello,
&gt;&gt;
&gt;&gt; I work with a application that generates huge text files that are not
&gt;&gt; XML based whatsoever. Â There is a structure but nothing that Chainsaw
&gt;&gt; can read.
&gt;&gt;
&gt;&gt; What I would like to do is to use chainsaw to read these files but I'm
&gt;&gt; not sure how to proceed.
&gt;&gt; (I've done a ton of searching but still am just spinning my wheels)
&gt;&gt;
&gt;&gt;
&gt;&gt; Ideally I would like to just create some short of filter using regular
&gt;&gt; expressions that would enable Chainsaw to read and parse the files.
&gt;&gt; Q1: Â Is this possible/and is this documented enough that I can make it
&gt;&gt; happen? Â Please send links!
&gt;&gt;
&gt;&gt;
&gt;&gt; Q2: Â If I can't just create some sort of config file for Chainsaw, can
&gt;&gt; I extend Chainsaw and add my own receiver.
&gt;&gt; (My receiver being my code that I tell how to read the logs)
&gt;&gt; If so, links please, can't find anything on how to get started with this!
&gt;&gt;
&gt;&gt; I'm not looking to do anything across sockets, this is entirely for
&gt;&gt; offline reading.
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; Q3: Â Failing on Q1 and Q2 I could write a standalone converter to
&gt;&gt; convert my text logs got log4j but that seems very ugly.
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; Any ideas/links and tips would be very, very appreciated. Â Currently I
&gt;&gt; work with a group who reads these huge logs text editors and it sucks!
&gt;&gt;
&gt;&gt;
&gt;&gt; Thanks,
&gt;&gt; Mike Clarke
&gt;&gt; http://mystyleit.com
&gt;&gt;
&gt;&gt; ---------------------------------------------------------------------
&gt;&gt; To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
&gt;&gt; For additional commands, e-mail: log4j-dev-help@logging.apache.org
&gt;&gt;
&gt;
&gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: log4j-dev@logging.apache.org</title>
<author><name>Scott Deboy &lt;scott.deboy@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c8429e8cd0911171008t88d5c10ocafc521e320ca73a@mail.gmail.com%3e"/>
<id>urn:uuid:%3c8429e8cd0911171008t88d5c10ocafc521e320ca73a@mail-gmail-com%3e</id>
<updated>2009-11-17T18:08:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I'd suggest configuring Chainsaw with a LogFilePatternReceiver (or
VFSLogFilePatternReceiver if you need to tail the log files or get to log
files accessible via Jakarta Commons-VFS supported file systems).

The JavaDoc for LogFilePatternReceiver is available from inside Chainsaw -
help/Receiver Javadoc.

A few things you can do with the receiver:
 - define a custom expression (logFormat) which will define how your log
file is parsed.  It could be as simple as 'MSG' or it could include custom
properties (which will end up as separate columns in the table) - see the
receiver javadoc for information on how to define the logFormat.
 - define a 'filterExpression' param (an ExpressionFilter, which supports
regular expressions via the 'like' keyword) which determines which log file
entries will be processed (ignoring all other entries)
 - the svn HEAD version of the receiver includes an 'appendNonMatches' param
which will also include (with an 'unknown' logger) any rows which don't
match the logFormat expression

With Chainsaw itself, you can enable or disable cyclic buffering on a
per-tab basis - if you turn off cyclic buffering or make it a large size,
I'd suggest downloading Chainsaw and modify the script to increase your heap
size).

I also recently added a handy 'marker' feature - double-click or ctrl-f2 to
toggle the marker on or off for a row..when you toggle a marker on, it
creates an editable column that you can use in expressions to filter and
search, and you can navigate between markers via f2/shift f2.

If you save the events, the markers are also saved, so you can forward a log
to someone else and they can see your 'notes' you've added to the log.

I use Chainsaw to parse 50MB log files and it works pretty well..of course,
I've spent a lot of time recently on the receiver and Chainsaw itself, so
svn HEAD will be a lot better than the WebStart/bundle download version.

Hope that helps

Scott


On Tue, Nov 17, 2009 at 8:55 AM, Mike Clarke &lt;mike.clarke@mystyleit.com&gt;wrote:

&gt; Hello,
&gt;
&gt; I work with a application that generates huge text files that are not
&gt; XML based whatsoever.  There is a structure but nothing that Chainsaw
&gt; can read.
&gt;
&gt; What I would like to do is to use chainsaw to read these files but I'm
&gt; not sure how to proceed.
&gt; (I've done a ton of searching but still am just spinning my wheels)
&gt;
&gt;
&gt; Ideally I would like to just create some short of filter using regular
&gt; expressions that would enable Chainsaw to read and parse the files.
&gt; Q1:  Is this possible/and is this documented enough that I can make it
&gt; happen?  Please send links!
&gt;
&gt;
&gt; Q2:  If I can't just create some sort of config file for Chainsaw, can
&gt; I extend Chainsaw and add my own receiver.
&gt; (My receiver being my code that I tell how to read the logs)
&gt; If so, links please, can't find anything on how to get started with this!
&gt;
&gt; I'm not looking to do anything across sockets, this is entirely for
&gt; offline reading.
&gt;
&gt;
&gt;
&gt; Q3:  Failing on Q1 and Q2 I could write a standalone converter to
&gt; convert my text logs got log4j but that seems very ugly.
&gt;
&gt;
&gt;
&gt;
&gt; Any ideas/links and tips would be very, very appreciated.  Currently I
&gt; work with a group who reads these huge logs text editors and it sucks!
&gt;
&gt;
&gt; Thanks,
&gt; Mike Clarke
&gt; http://mystyleit.com
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
&gt; For additional commands, e-mail: log4j-dev-help@logging.apache.org
&gt;
&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>log4j-dev@logging.apache.org</title>
<author><name>Mike Clarke &lt;mike.clarke@mystyleit.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c9567cfdc0911170855v54892139t25ba3e7f756286ff@mail.gmail.com%3e"/>
<id>urn:uuid:%3c9567cfdc0911170855v54892139t25ba3e7f756286ff@mail-gmail-com%3e</id>
<updated>2009-11-17T16:55:29Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,

I work with a application that generates huge text files that are not
XML based whatsoever.  There is a structure but nothing that Chainsaw
can read.

What I would like to do is to use chainsaw to read these files but I'm
not sure how to proceed.
(I've done a ton of searching but still am just spinning my wheels)


Ideally I would like to just create some short of filter using regular
expressions that would enable Chainsaw to read and parse the files.
Q1:  Is this possible/and is this documented enough that I can make it
happen?  Please send links!


Q2:  If I can't just create some sort of config file for Chainsaw, can
I extend Chainsaw and add my own receiver.
(My receiver being my code that I tell how to read the logs)
If so, links please, can't find anything on how to get started with this!

I'm not looking to do anything across sockets, this is entirely for
offline reading.



Q3:  Failing on Q1 and Q2 I could write a standalone converter to
convert my text logs got log4j but that seems very ugly.




Any ideas/links and tips would be very, very appreciated.  Currently I
work with a group who reads these huge logs text editors and it sucks!


Thanks,
Mike Clarke
http://mystyleit.com

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48209] New: Websphere 6.0: logging statement appear in the SYSPRINT (System.out)</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48209-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48209-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-17T08:48:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48209

           Summary: Websphere 6.0: logging statement appear in the
                    SYSPRINT (System.out)
           Product: Log4j
           Version: 1.2
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Appender
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: fj.walraven@belastingdienst.nl


Created an attachment (id=24547)
 --&gt; (https://issues.apache.org/bugzilla/attachment.cgi?id=24547)
WASlog

We have configured log4j for ERRORs to go to the file-appender and FATALs to go
to the console-appender (the ConsoleAppender, or System.out, in the Websphere
environment ultimately writes to a file called SYSPRINT):
---
log4j.threshold=ERROR
log4j.rootLogger=ERROR, ConsoleAppender, SUBAppender
#
# Geen interne logging voor log4j
#
log4j.debug=false

#
# Console Appender
#
log4j.appender.ConsoleAppender=org.apache.log4j.ConsoleAppender
log4j.appender.ConsoleAppender.threshold=FATAL
log4j.appender.ConsoleAppender.immediateFlush=true
log4j.appender.ConsoleAppender.Target=System.out
log4j.appender.ConsoleAppender.layout=org.apache.log4j.PatternLayout
log4j.appender.ConsoleAppender.layout.ConversionPattern=%d{ISO8601} %-4.4d{z}
SUB2009.03.19 %-5p %m %C %M %X{userId} %X{hostname}%n

#
# Default appender voor applicatieve logging
#
log4j.appender.SUBAppender=org.apache.log4j.DailyRollingFileAppender
log4j.appender.SUBAppender.threshold=ERROR
log4j.appender.SUBAppender.DatePattern='.'yyyy-MM-dd
log4j.appender.SUBAppender.immediateFlush=true
log4j.appender.SUBAppender.File=/wasconfig/V6R0/wpe1logs/applogs/SUB/HLPVOA.log
log4j.appender.SUBAppender.BufferedIO=false
log4j.appender.SUBAppender.layout=org.apache.log4j.PatternLayout
log4j.appender.SUBAppender.layout.ConversionPattern=%d{ISO8601} %-4.4d{z}
SUB2009.03.19 %-5p %m %C %M %X{userId} %X{hostname}%n
---

In the production environment we see a couple of remarkable things:
- The logging statements are sent to the SUBAppender (file-appender) without
any problem. The output file is correct.
- ERROR logging statements appear in the SYSPRINT (console-appender) where
there should only be FATALs (see threshold)
- logging into the SYSPRINT starts everyday randomly (the server is restarted
everyday)
- there are days that there is no logging into the SYSPRINT
- If we remove the (ConsoleAppender) reference from the root-logger there is no
change in behaviour: the logging statements still appear in the SYSPRINT
- The logging statements in the SYSPRINT start repeating (from 2 to 1000 times)
- See attachment (WASlog) for the SYSPRINT that contains logging statements
that do not seem to follow the formatting according to the log4j-config file.
The labels PROFILING_LOGGING and OPDRACHT_LOGGING have a level higher than
ERROR but lower than FATAL
- We have contacted IBM and they say it is a log4j problem

Can anybody explain what goes wrong here?

Regards,
Frits Walraven

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48188] Outdated reference to the 1.3 branch in FAQ</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091117025343.DFCBF234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091117025343-DFCBF234C052@brutus-apache-org%3e</id>
<updated>2009-11-17T02:53:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48188

--- Comment #1 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-16 18:53:43 UTC ---
Yep, it is there on the site.  But it isn't in src/site/changes.xml anymore,
but I can't figure out when it disappeared from the source log.  Will double
check the generated output when we roll log4j 1.2.16.

Same on Ceki's last name (Bug 48189)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48187] Typo in log4j FAQ</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091117024631.C6214234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091117024631-C6214234C052@brutus-apache-org%3e</id>
<updated>2009-11-17T02:46:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48187

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-16 18:46:30 UTC ---
Fixed in the site source in rev 881099.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r881099 - in /logging/log4j/trunk/src: changes/changes.xml site/fml/faq.fml</title>
<author><name>carnold@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091117021924.E27702388892@eris.apache.org%3e"/>
<id>urn:uuid:%3c20091117021924-E27702388892@eris-apache-org%3e</id>
<updated>2009-11-17T02:19:24Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: carnold
Date: Tue Nov 17 02:19:24 2009
New Revision: 881099

URL: http://svn.apache.org/viewvc?rev=881099&amp;view=rev
Log:
Bug 48187: Typo (two three goals) in log4j FAQ

Modified:
    logging/log4j/trunk/src/changes/changes.xml
    logging/log4j/trunk/src/site/fml/faq.fml

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=881099&amp;r1=881098&amp;r2=881099&amp;view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Tue Nov 17 02:19:24 2009
@@ -87,10 +87,11 @@
        &lt;action action="add" issue="46983"&gt;More Debug output for log4j auto-configure
requested.&lt;/action&gt;
        &lt;action action="add" issue="47107"&gt;Add MDC.clear().&lt;/action&gt;
        &lt;action action="fix" issue="47547"&gt;NullPointerException when calling Category.removeAllAppenders().&lt;/action&gt;
-       &lt;action action="add" issue-"28647"&gt;Allow overriding of flush strategy.&lt;/action&gt;
+       &lt;action action="add" issue="28647"&gt;Allow overriding of flush strategy.&lt;/action&gt;
        &lt;action action="fix" issue="47350"&gt;Add recommendation to use EnhancedPatternLayout
to avoid synchronization issues in PatternLayout&lt;/action&gt;
        &lt;action action="fix" issue="45481"&gt;Source contains unnecessary imports.&lt;/action&gt;
        &lt;action action="add" issue="48159"&gt;Add LoggingEvent.removeProperty&lt;/action&gt;
+       &lt;action action="add" issue="48187"&gt;Typo ("two three goals") in log4j FAQ&lt;/action&gt;
     &lt;/release&gt;
 
   

Modified: logging/log4j/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/site/fml/faq.fml?rev=881099&amp;r1=881098&amp;r2=881099&amp;view=diff
==============================================================================
--- logging/log4j/trunk/src/site/fml/faq.fml (original)
+++ logging/log4j/trunk/src/site/fml/faq.fml Tue Nov 17 02:19:24 2009
@@ -41,7 +41,7 @@
 	arbitrary  granularity.
 	&lt;/p&gt;
 
-	&lt;p&gt;log4j is designed with two three goals in mind:
+	&lt;p&gt;log4j is designed with three goals in mind:
 	reliability, speed and flexibility. There is a tight balance
 	between these requirements. We believe that log4j strikes the
 	right balance.



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Bug report for Log4j [2009/11/15]</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091115230813.5FC24234C04C@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091115230813-5FC24234C04C@brutus-apache-org%3e</id>
<updated>2009-11-15T23:08:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
|13099|Opn|Nor|2002-09-27|DOMConfigurator ignores category factory setting  |
|17887|Opn|Maj|2003-03-11|RollingFileAppender does not work for 10 threads  |
|20395|Inf|Enh|2003-06-01|PreparedStatementAppender Enhancement             |
|23329|New|Enh|2003-09-22|&lt;logger&gt; element in XML config should support reso|
|26084|Inf|Nor|2004-01-13|Log Event detail panel does not show special chara|
|27363|Inf|Enh|2004-03-02|JNI based SyslogAppender                          |
|27367|Inf|Enh|2004-03-02|NetSendAppender                                   |
|29244|Inf|Nor|2004-05-27|Preserve XML content in log messages when using XM|
|29305|New|Nor|2004-05-30|Chainsaw doesn't see locationinfo from XMLSocketRe|
|30055|New|Nor|2004-07-12|Problem with registering Appenders with the same n|
|30407|Inf|Maj|2004-07-30|Externally rolled file problem                    |
|30888|New|Maj|2004-08-27|Chainsaw mixes files in same panel                |
|30892|New|Min|2004-08-27|Log files cannot be closed                        |
|31089|New|Nor|2004-09-07|Does not accept ISO8601 dates in focus field      |
|31178|Inf|Cri|2004-09-11|Exception using Chainsaw for simple debugging     |
|31179|Ass|Enh|2004-09-11|Implement Chainsaw as Eclipse stand-alone applicat|
|33278|New|Min|2005-01-27|NPE thrown durring daily log file rollover        |
|33493|Inf|Enh|2005-02-10|contribution to log4j: servlet diagnostic context |
|34440|New|Nor|2005-04-13|sandbox:IMAppender - comma-seperated recipient lis|
|34491|Ver|Nor|2005-04-18|Missing include in build.jms target results in mis|
|34651|New|Enh|2005-04-27|allow for a header on top of every rolled file    |
|34738|Inf|Nor|2005-05-04|Chainsaw does not remember what Columns are select|
|34945|Inf|Nor|2005-05-17|ThrowableInformation has dubious Stack Trace extra|
|34974|Inf|Cri|2005-05-19|Exception when running a Pluglet                  |
|35239|Inf|Nor|2005-06-06|NullPointerException when saving displayed events |
|35563|Inf|Enh|2005-06-30|Syslog appender parametrability                   |
|35996|Inf|Enh|2005-08-03|Add support for ant-like &lt;property&gt; in log4j.xml  |
|36435|New|Enh|2005-08-31|Log4J RollingFileAppender under OpenVMS does not f|
|36654|Inf|Min|2005-09-14|Provide better error messages for "Please initiali|
|36789|Inf|Nor|2005-09-23|Empty control flow statement in org.apache.log4j.l|
|37349|Ass|Nor|2005-11-03|DBAppender not working with jTDS driver           |
|37638|New|Nor|2005-11-25|logging doesn't fall back with FallbackErrorHandle|
|37734|Inf|Nor|2005-12-01|Customize Event ID and Event Category with NTEVent|
|38363|Ass|Nor|2006-01-24|SecurityException during log output               |
|38394|Ver|Enh|2006-01-26|PropertySetter fails to print stacktrace if error |
|38395|Ver|Reg|2006-01-26|Unable to set threshold on appender via config fil|
|38406|Ver|Nor|2006-01-26|jdk1.4 dependencies in log4j 1.3 alpha            |
|38513|New|Nor|2006-02-05|[PATCH] Suggested unit test for JMSAppender       |
|38582|Ass|Nor|2006-02-08|Chainsaw does not include Receiver JavaDoc in dist|
|38590|Inf|Nor|2006-02-09|no space on device fails another instance         |
|38883|Opn|Nor|2006-03-07|LogFilePatternReceiver fails to process multi-line|
|39690|Inf|Cri|2006-05-31|Initialization fail in J2EE Environment           |
|39691|Ass|Nor|2006-05-31|DBAppender doesn't log long events                |
|40068|New|Nor|2006-07-18|Add support for attach-on-demand API to chainsaw  |
|40124|New|Min|2006-07-27|startup (JWS) does not initialize ignored elements|
|40251|Opn|Min|2006-08-14|Hard coded JMX domain name for MBean instances    |
|40382|Inf|Maj|2006-09-01|Sysappender hangs during boot time on HP          |
|40385|Inf|Maj|2006-09-01|SocketServer cannot find config file when passed a|
|40472|New|Nor|2006-09-11|SettingsManager calls loadSettings with global set|
|40533|New|Nor|2006-09-18|Chainsaw not showing all logging statements       |
|40570|Inf|Blk|2006-09-21|RollingFileAppender does not rollover when the fil|
|40611|New|Trv|2006-09-27|Bad subclass example; NullPointerException in Logg|
|40736|Inf|Nor|2006-10-11|log4j delete permission denied                    |
|40889|Inf|Nor|2006-11-03|repeated entries in log after failure             |
|40990|Inf|Nor|2006-11-17|Cannot bind port or ip address for outgoing UDP so|
|41006|Inf|Enh|2006-11-20|Contributing XMLSocketHubReceiver                 |
|41214|Ass|Maj|2006-12-19|Deadlock with RollingFileAppender                 |
|41311|Inf|Min|2007-01-06|Please make TimeBasedRollingPolicy non-final?     |
|41316|New|Nor|2007-01-08|NPE when using RollingFileAppender in Tomcat.     |
|41547|Inf|Nor|2007-02-05|PropertyConfigurator and layout.contentType       |
|41799|New|Enh|2007-03-09|SyslogAppender should enable to customize Log4j.Le|
|41882|Inf|Nor|2007-03-18|IE7 problems with Log4J web site                  |
|41937|New|Nor|2007-03-23|Logs from some panels missing in custom expression|
|41980|Inf|Maj|2007-03-29|Log4j stop updating log file- version log4j-1.2.8 |
|42189|Ass|Nor|2007-04-22|Add simple bridge for java.util.logging, with basi|
|42213|Opn|Blk|2007-04-24|log4j causing threads to stuck in weblogic        |
|42516|Inf|Nor|2007-05-24|Log4j failed to log file when packaged in Eclipse |
|42664|New|Enh|2007-06-14|JUL Appender                                      |
|42883|Opn|Nor|2007-07-12|'Welcome' and 'Drag &amp; Drop' panels can't be hidden|
|42933|Inf|Maj|2007-07-18|IllegalStateException thrown from FileAppender.clo|
|43148|Ass|Nor|2007-08-16|LogFilePatternReceiver depends on jakarta-oro, cou|
|43277|New|Nor|2007-08-31|Add LogMF.entering, .exiting and .throwing methods|
|43282|Ass|Nor|2007-08-31|Add OSGi packaging info to log4j and companions   |
|43313|Ass|Nor|2007-09-05|log4j 1.2.16 release considerations and discussion|
|43403|Inf|Nor|2007-09-16|PatternLayout: new format modifer: prefix if non-e|
|43619|New|Enh|2007-10-13|Simple proposal for pluggable sys-props resolvers |
|43637|Inf|Nor|2007-10-16|SocketAppender.append(LoggingEvent) calls the Erro|
|43728|Inf|Cri|2007-10-29|Log file loss when specified file is locked by ano|
|43736|Ass|Nor|2007-10-30|Chainsaw does not honor encoding when loading XML |
|43820|New|Enh|2007-11-08|[PATCH] Layered Configurator Patch                |
|43879|Inf|Nor|2007-11-16|FileAppender writes Header multiple times         |
|43911|Inf|Nor|2007-11-20|logfiles not getting rolled over with RollingFileA|
|43923|Inf|Min|2007-11-21|JBOSS specific information in javadocs            |
|44219|Inf|Nor|2008-01-13|'WARNING' for a log level is silently ignored/chan|
|44308|New|Enh|2008-01-28|[Patch] JMX component for managing Logger configur|
|44370|Inf|Reg|2008-02-06|MANIFEST.MF broken in log4j-1.2.15.jar            |
|44386|Opn|Nor|2008-02-10|NTEventLogAppender.dll for windows 64             |
|44526|Inf|Nor|2008-03-04|segmentation fault occuring when PropertyConfigura|
|44557|Inf|Nor|2008-03-07|no close call to Appender after replacing the root|
|44649|Inf|Nor|2008-03-20|JMS Hangs when a Root Appender                    |
|44700|Inf|Nor|2008-03-28|Log4J locks rolled log files                      |
|44727|Inf|Nor|2008-04-01|Add missing Logger#isErrorEnabled and isWarningEna|
|44834|Inf|Nor|2008-04-17|SimpleSocketServer looses buffered logs, produces |
|44839|Inf|Nor|2008-04-17|SyslogAppender logging to a UNIX domain socket    |
|44932|New|Cri|2008-05-05|improve DailyRollingFileAppender handling of rotat|
|44934|Inf|Enh|2008-05-05|add helper method to DailyRollingFileAppender to g|
|44945|New|Nor|2008-05-06|SyslogAppender not working                        |
|45029|Ass|Nor|2008-05-18|Additional unit tests for Filters in extras compan|
|45042|New|Nor|2008-05-19|Need a reliable way to detect misconfiguration    |
|45109|Inf|Nor|2008-05-31|SMTPAppender uses wrong property for mail server  |
|45165|Ass|Enh|2008-06-09|Multifile Appender                                |
|45231|Ass|Nor|2008-06-18|Clear appenders call on logger calls a helper whic|
|45236|Inf|Cri|2008-06-19|Wriring output to an out-dated file.              |
|45304|Inf|Nor|2008-06-29|using log4j with OAS for some reasone all the logg|
|45482|Inf|Min|2008-07-25|Source contains unused variables                  |
|45629|New|Nor|2008-08-13|TopicConnection is not closed                     |
|45660|New|Enh|2008-08-20|NDC could remove Hashtable entry if Stack gets emp|
|45753|New|Nor|2008-09-06|Code contribution: BurstFilter for extras         |
|45781|New|Nor|2008-09-11|RollingFileAppender under Windows does not rotate |
|45855|New|Enh|2008-09-21|Add site/apt documentation for JULBridgeLogManager|
|45932|New|Nor|2008-10-01|Log4j JMX MBeans not cleaned up                   |
|45934|New|Enh|2008-10-02|FileAppender should use virtual-machine shutdown h|
|45939|New|Nor|2008-10-02|Cannot drop HierarchyDynamicMBean from LoggerRepos|
|46100|New|Enh|2008-10-27|NagiosAppender available for contribution         |
|46260|Inf|Nor|2008-11-21|RollingFileAppender and Tomcat has a strange behav|
|46426|Ass|Nor|2008-12-20|Implement commons-logging interfaces natively in l|
|46514|New|Nor|2009-01-12|provide API to re-init log4j                      |
|46533|New|Enh|2009-01-14|Deamon Thread                                     |
|46570|New|Nor|2009-01-20|DailyRollingFileAppender rolls logs into files dat|
|46573|Inf|Maj|2009-01-21|MDC attributes cant't be displayed on Chainsaw    |
|46592|New|Trv|2009-01-23|trim() on property file entries                   |
|46626|New|Enh|2009-01-29|Log4J 1.2.15 SyslogAppender doesn't not handle TAG|
|46691|New|Nor|2009-02-10|log4j file rolling over on restart of the server  |
|46723|New|Nor|2009-02-17|log4j subject line host expansion                 |
|46804|New|Enh|2009-03-05|create the method PropertyConfigurator.configureAn|
|46868|New|Nor|2009-03-17|SocketHUBAppender: Allow restriction of binding to|
|46878|New|Cri|2009-03-19|Deadlock in 1.2.15 caused by AsyncAppender and Thr|
|46941|New|Enh|2009-03-31|Sub Level Logging Technique                       |
|46983|New|Enh|2009-04-07|More Debug output for log4j auto-configure request|
|47004|Inf|Nor|2009-04-08|log messages occasionally sharing a line          |
|47123|New|Blk|2009-04-29|TimeBasedRollingPolicy appends logs into a old log|
|47141|Inf|Enh|2009-05-02|add getCyclicBuffer() method to log4j SMTPAppender|
|47164|New|Enh|2009-05-07|HTMLLayout replace newline with &lt;BR&gt;              |
|47208|New|Enh|2009-05-17|Better Default colours for Log Panel Color Filter |
|47357|New|Min|2009-06-11|Declaring logger and category with same name cause|
|47575|Inf|Nor|2009-07-24|GZipping large files stops logging                |
|47595|Opn|Nor|2009-07-28|[companion] POMs of companions have problems      |
|47703|New|Nor|2009-08-18|Object rendering ought to be done outside synchron|
|47713|Inf|Nor|2009-08-20|SMTPAppender system properties propagation issue  |
|47740|Inf|Nor|2009-08-26|log4j 1.2.15 deadlock RootAppender NDC            |
|47883|New|Nor|2009-09-21|Lines dropped with UseNewHashFunction             |
|47898|Inf|Maj|2009-09-24|DailyRollingFileAppender unable to create backup l|
|47960|New|Min|2009-10-08|appender-ref children in appender element         |
|48027|Inf|Cri|2009-10-20|Logger statements in a particular class file is no|
|48141|Inf|Cri|2009-11-05|Log file rotation issue in Linux VM               |
|48187|New|Trv|2009-11-12|Typo in log4j FAQ                                 |
|48188|New|Min|2009-11-12|Outdated reference to the 1.3 branch in FAQ       |
|48189|New|Trv|2009-11-12|Ceki Gülcü's name misspelled in the FAQ           |
|48200|New|Cri|2009-11-15|Allow SMTPAppender to have replaceable parameters |
+-----+---+---+----------+--------------------------------------------------+
| Total  149 bugs                                                           |
+---------------------------------------------------------------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48200] New: Allow SMTPAppender to have replaceable parameters in Subject using MDC</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48200-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48200-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-15T16:57:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48200

           Summary: Allow SMTPAppender to have replaceable parameters in
                    Subject using MDC
           Product: Log4j
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: rams.rapo@gmail.com


It would be helpful to be able to have parameters that
are replaced on a per-log event basis on the Subject
line for the SMTPAppender. These parameters would be set using Log4J MDC. 

I have tried configuring log4j.xml with dynamic parameters, however it didn't
work. 


&lt;param name="Subject" value="Error from Application. Client IP -
[%X{clientIP}], Server IP - [%X{serverIP}]" /&gt; 


Basically i'm trying to have ip address of client from where the request came
and server which encountered the error in subject line itself. I have to
manually open each mail now!

I have set client ip, server ip using MDC in servlet filter which processes all
requests coming to application.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48189] New:=?UTF-8?Q?=20Ceki=20G=C3=BClc=C3=BC?='s name misspelled in the FAQ</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48189-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48189-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-12T22:55:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48189

           Summary: Ceki GÃ¼lcÃ¼'s name misspelled in the FAQ
           Product: Log4j
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: ddascalescu+apache@gmail.com


"Both documents were written by Ceki Glc."

-- http://logging.apache.org/log4j/1.2/faq.html#1.6

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48188] New: Outdated reference to the 1.3 branch in FAQ</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48188-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48188-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-12T22:54:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48188

           Summary: Outdated reference to the 1.3 branch in FAQ
           Product: Log4j
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: ddascalescu+apache@gmail.com


"Log4j version 1.3 will be compatilble with JDK 1.2 and later."

-- http://logging.apache.org/log4j/1.2/faq.html#1.3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48187] New: Typo in log4j FAQ</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3cbug-48187-31091@https.issues.apache.org/bugzilla/%3e"/>
<id>urn:uuid:%3cbug-48187-31091@https-issues-apache-org/bugzilla/%3e</id>
<updated>2009-11-12T22:40:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48187

           Summary: Typo in log4j FAQ
           Product: Log4j
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Other
        AssignedTo: log4j-dev@logging.apache.org
        ReportedBy: ddascalescu+apache@gmail.com


At http://logging.apache.org/log4j/1.2/faq.html#1.1:

"log4j is designed with two three goals in mind: reliability, speed and
flexibility."

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Bug report for Log4j [2009/11/08]</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091108230813.65113234C1EF@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091108230813-65113234C1EF@brutus-apache-org%3e</id>
<updated>2009-11-08T23:08:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+---------------------------------------------------------------------------+
| Bugzilla Bug ID                                                           |
|     +---------------------------------------------------------------------+
|     | Status: UNC=Unconfirmed NEW=New         ASS=Assigned                |
|     |         OPN=Reopened    VER=Verified    (Skipped Closed/Resolved)   |
|     |   +-----------------------------------------------------------------+
|     |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
|     |   |           MIN=Minor   NOR=Normal    ENH=Enhancement TRV=Trivial |
|     |   |   +-------------------------------------------------------------+
|     |   |   | Date Posted                                                 |
|     |   |   |          +--------------------------------------------------+
|     |   |   |          | Description                                      |
|     |   |   |          |                                                  |
|13099|Opn|Nor|2002-09-27|DOMConfigurator ignores category factory setting  |
|17887|Opn|Maj|2003-03-11|RollingFileAppender does not work for 10 threads  |
|20395|Inf|Enh|2003-06-01|PreparedStatementAppender Enhancement             |
|23329|New|Enh|2003-09-22|&lt;logger&gt; element in XML config should support reso|
|26084|Inf|Nor|2004-01-13|Log Event detail panel does not show special chara|
|27363|Inf|Enh|2004-03-02|JNI based SyslogAppender                          |
|27367|Inf|Enh|2004-03-02|NetSendAppender                                   |
|29244|Inf|Nor|2004-05-27|Preserve XML content in log messages when using XM|
|29305|New|Nor|2004-05-30|Chainsaw doesn't see locationinfo from XMLSocketRe|
|30055|New|Nor|2004-07-12|Problem with registering Appenders with the same n|
|30407|Inf|Maj|2004-07-30|Externally rolled file problem                    |
|30888|New|Maj|2004-08-27|Chainsaw mixes files in same panel                |
|30892|New|Min|2004-08-27|Log files cannot be closed                        |
|31089|New|Nor|2004-09-07|Does not accept ISO8601 dates in focus field      |
|31178|Inf|Cri|2004-09-11|Exception using Chainsaw for simple debugging     |
|31179|Ass|Enh|2004-09-11|Implement Chainsaw as Eclipse stand-alone applicat|
|33278|New|Min|2005-01-27|NPE thrown durring daily log file rollover        |
|33493|Inf|Enh|2005-02-10|contribution to log4j: servlet diagnostic context |
|34440|New|Nor|2005-04-13|sandbox:IMAppender - comma-seperated recipient lis|
|34491|Ver|Nor|2005-04-18|Missing include in build.jms target results in mis|
|34651|New|Enh|2005-04-27|allow for a header on top of every rolled file    |
|34738|Inf|Nor|2005-05-04|Chainsaw does not remember what Columns are select|
|34945|Inf|Nor|2005-05-17|ThrowableInformation has dubious Stack Trace extra|
|34974|Inf|Cri|2005-05-19|Exception when running a Pluglet                  |
|35239|Inf|Nor|2005-06-06|NullPointerException when saving displayed events |
|35563|Inf|Enh|2005-06-30|Syslog appender parametrability                   |
|35996|Inf|Enh|2005-08-03|Add support for ant-like &lt;property&gt; in log4j.xml  |
|36435|New|Enh|2005-08-31|Log4J RollingFileAppender under OpenVMS does not f|
|36654|Inf|Min|2005-09-14|Provide better error messages for "Please initiali|
|36789|Inf|Nor|2005-09-23|Empty control flow statement in org.apache.log4j.l|
|37349|Ass|Nor|2005-11-03|DBAppender not working with jTDS driver           |
|37638|New|Nor|2005-11-25|logging doesn't fall back with FallbackErrorHandle|
|37734|Inf|Nor|2005-12-01|Customize Event ID and Event Category with NTEVent|
|38363|Ass|Nor|2006-01-24|SecurityException during log output               |
|38394|Ver|Enh|2006-01-26|PropertySetter fails to print stacktrace if error |
|38395|Ver|Reg|2006-01-26|Unable to set threshold on appender via config fil|
|38406|Ver|Nor|2006-01-26|jdk1.4 dependencies in log4j 1.3 alpha            |
|38513|New|Nor|2006-02-05|[PATCH] Suggested unit test for JMSAppender       |
|38582|Ass|Nor|2006-02-08|Chainsaw does not include Receiver JavaDoc in dist|
|38590|Inf|Nor|2006-02-09|no space on device fails another instance         |
|38883|Opn|Nor|2006-03-07|LogFilePatternReceiver fails to process multi-line|
|39690|Inf|Cri|2006-05-31|Initialization fail in J2EE Environment           |
|39691|Ass|Nor|2006-05-31|DBAppender doesn't log long events                |
|40068|New|Nor|2006-07-18|Add support for attach-on-demand API to chainsaw  |
|40124|New|Min|2006-07-27|startup (JWS) does not initialize ignored elements|
|40251|Opn|Min|2006-08-14|Hard coded JMX domain name for MBean instances    |
|40382|Inf|Maj|2006-09-01|Sysappender hangs during boot time on HP          |
|40385|Inf|Maj|2006-09-01|SocketServer cannot find config file when passed a|
|40472|New|Nor|2006-09-11|SettingsManager calls loadSettings with global set|
|40533|New|Nor|2006-09-18|Chainsaw not showing all logging statements       |
|40570|Inf|Blk|2006-09-21|RollingFileAppender does not rollover when the fil|
|40611|New|Trv|2006-09-27|Bad subclass example; NullPointerException in Logg|
|40736|Inf|Nor|2006-10-11|log4j delete permission denied                    |
|40889|Inf|Nor|2006-11-03|repeated entries in log after failure             |
|40990|Inf|Nor|2006-11-17|Cannot bind port or ip address for outgoing UDP so|
|41006|Inf|Enh|2006-11-20|Contributing XMLSocketHubReceiver                 |
|41214|Ass|Maj|2006-12-19|Deadlock with RollingFileAppender                 |
|41311|Inf|Min|2007-01-06|Please make TimeBasedRollingPolicy non-final?     |
|41316|New|Nor|2007-01-08|NPE when using RollingFileAppender in Tomcat.     |
|41547|Inf|Nor|2007-02-05|PropertyConfigurator and layout.contentType       |
|41799|New|Enh|2007-03-09|SyslogAppender should enable to customize Log4j.Le|
|41882|Inf|Nor|2007-03-18|IE7 problems with Log4J web site                  |
|41937|New|Nor|2007-03-23|Logs from some panels missing in custom expression|
|41980|Inf|Maj|2007-03-29|Log4j stop updating log file- version log4j-1.2.8 |
|42189|Ass|Nor|2007-04-22|Add simple bridge for java.util.logging, with basi|
|42213|Opn|Blk|2007-04-24|log4j causing threads to stuck in weblogic        |
|42516|Inf|Nor|2007-05-24|Log4j failed to log file when packaged in Eclipse |
|42664|New|Enh|2007-06-14|JUL Appender                                      |
|42883|Opn|Nor|2007-07-12|'Welcome' and 'Drag &amp; Drop' panels can't be hidden|
|42933|Inf|Maj|2007-07-18|IllegalStateException thrown from FileAppender.clo|
|43148|Ass|Nor|2007-08-16|LogFilePatternReceiver depends on jakarta-oro, cou|
|43277|New|Nor|2007-08-31|Add LogMF.entering, .exiting and .throwing methods|
|43282|Ass|Nor|2007-08-31|Add OSGi packaging info to log4j and companions   |
|43313|Ass|Nor|2007-09-05|log4j 1.2.16 release considerations and discussion|
|43403|Inf|Nor|2007-09-16|PatternLayout: new format modifer: prefix if non-e|
|43619|New|Enh|2007-10-13|Simple proposal for pluggable sys-props resolvers |
|43637|Inf|Nor|2007-10-16|SocketAppender.append(LoggingEvent) calls the Erro|
|43728|Inf|Cri|2007-10-29|Log file loss when specified file is locked by ano|
|43736|Ass|Nor|2007-10-30|Chainsaw does not honor encoding when loading XML |
|43820|New|Enh|2007-11-08|[PATCH] Layered Configurator Patch                |
|43879|Inf|Nor|2007-11-16|FileAppender writes Header multiple times         |
|43911|Inf|Nor|2007-11-20|logfiles not getting rolled over with RollingFileA|
|43923|Inf|Min|2007-11-21|JBOSS specific information in javadocs            |
|44219|Inf|Nor|2008-01-13|'WARNING' for a log level is silently ignored/chan|
|44308|New|Enh|2008-01-28|[Patch] JMX component for managing Logger configur|
|44370|Inf|Reg|2008-02-06|MANIFEST.MF broken in log4j-1.2.15.jar            |
|44386|Opn|Nor|2008-02-10|NTEventLogAppender.dll for windows 64             |
|44526|Inf|Nor|2008-03-04|segmentation fault occuring when PropertyConfigura|
|44557|Inf|Nor|2008-03-07|no close call to Appender after replacing the root|
|44649|Inf|Nor|2008-03-20|JMS Hangs when a Root Appender                    |
|44700|Inf|Nor|2008-03-28|Log4J locks rolled log files                      |
|44727|Inf|Nor|2008-04-01|Add missing Logger#isErrorEnabled and isWarningEna|
|44834|Inf|Nor|2008-04-17|SimpleSocketServer looses buffered logs, produces |
|44839|Inf|Nor|2008-04-17|SyslogAppender logging to a UNIX domain socket    |
|44932|New|Cri|2008-05-05|improve DailyRollingFileAppender handling of rotat|
|44934|Inf|Enh|2008-05-05|add helper method to DailyRollingFileAppender to g|
|44945|New|Nor|2008-05-06|SyslogAppender not working                        |
|45029|Ass|Nor|2008-05-18|Additional unit tests for Filters in extras compan|
|45042|New|Nor|2008-05-19|Need a reliable way to detect misconfiguration    |
|45109|Inf|Nor|2008-05-31|SMTPAppender uses wrong property for mail server  |
|45165|Ass|Enh|2008-06-09|Multifile Appender                                |
|45231|Ass|Nor|2008-06-18|Clear appenders call on logger calls a helper whic|
|45236|Inf|Cri|2008-06-19|Wriring output to an out-dated file.              |
|45304|Inf|Nor|2008-06-29|using log4j with OAS for some reasone all the logg|
|45482|Inf|Min|2008-07-25|Source contains unused variables                  |
|45629|New|Nor|2008-08-13|TopicConnection is not closed                     |
|45660|New|Enh|2008-08-20|NDC could remove Hashtable entry if Stack gets emp|
|45753|New|Nor|2008-09-06|Code contribution: BurstFilter for extras         |
|45781|New|Nor|2008-09-11|RollingFileAppender under Windows does not rotate |
|45855|New|Enh|2008-09-21|Add site/apt documentation for JULBridgeLogManager|
|45932|New|Nor|2008-10-01|Log4j JMX MBeans not cleaned up                   |
|45934|New|Enh|2008-10-02|FileAppender should use virtual-machine shutdown h|
|45939|New|Nor|2008-10-02|Cannot drop HierarchyDynamicMBean from LoggerRepos|
|46100|New|Enh|2008-10-27|NagiosAppender available for contribution         |
|46260|Inf|Nor|2008-11-21|RollingFileAppender and Tomcat has a strange behav|
|46426|Ass|Nor|2008-12-20|Implement commons-logging interfaces natively in l|
|46514|New|Nor|2009-01-12|provide API to re-init log4j                      |
|46533|New|Enh|2009-01-14|Deamon Thread                                     |
|46570|New|Nor|2009-01-20|DailyRollingFileAppender rolls logs into files dat|
|46573|Inf|Maj|2009-01-21|MDC attributes cant't be displayed on Chainsaw    |
|46592|New|Trv|2009-01-23|trim() on property file entries                   |
|46626|New|Enh|2009-01-29|Log4J 1.2.15 SyslogAppender doesn't not handle TAG|
|46691|New|Nor|2009-02-10|log4j file rolling over on restart of the server  |
|46723|New|Nor|2009-02-17|log4j subject line host expansion                 |
|46804|New|Enh|2009-03-05|create the method PropertyConfigurator.configureAn|
|46868|New|Nor|2009-03-17|SocketHUBAppender: Allow restriction of binding to|
|46878|New|Cri|2009-03-19|Deadlock in 1.2.15 caused by AsyncAppender and Thr|
|46941|New|Enh|2009-03-31|Sub Level Logging Technique                       |
|46983|New|Enh|2009-04-07|More Debug output for log4j auto-configure request|
|47004|Inf|Nor|2009-04-08|log messages occasionally sharing a line          |
|47123|New|Blk|2009-04-29|TimeBasedRollingPolicy appends logs into a old log|
|47141|Inf|Enh|2009-05-02|add getCyclicBuffer() method to log4j SMTPAppender|
|47164|New|Enh|2009-05-07|HTMLLayout replace newline with &lt;BR&gt;              |
|47208|New|Enh|2009-05-17|Better Default colours for Log Panel Color Filter |
|47357|New|Min|2009-06-11|Declaring logger and category with same name cause|
|47575|Inf|Nor|2009-07-24|GZipping large files stops logging                |
|47595|Opn|Nor|2009-07-28|[companion] POMs of companions have problems      |
|47703|New|Nor|2009-08-18|Object rendering ought to be done outside synchron|
|47713|Inf|Nor|2009-08-20|SMTPAppender system properties propagation issue  |
|47740|Inf|Nor|2009-08-26|log4j 1.2.15 deadlock RootAppender NDC            |
|47883|New|Nor|2009-09-21|Lines dropped with UseNewHashFunction             |
|47898|Inf|Maj|2009-09-24|DailyRollingFileAppender unable to create backup l|
|47960|New|Min|2009-10-08|appender-ref children in appender element         |
|48027|Inf|Cri|2009-10-20|Logger statements in a particular class file is no|
|48141|Inf|Cri|2009-11-05|Log file rotation issue in Linux VM               |
+-----+---+---+----------+--------------------------------------------------+
| Total  145 bugs                                                           |
+---------------------------------------------------------------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48141] Log file rotation issue in Linux VM</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091108215307.E56C0234C04C@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091108215307-E56C0234C04C@brutus-apache-org%3e</id>
<updated>2009-11-08T21:53:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48141

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-08 13:53:04 UTC ---
Possibly due to bugs in Sun's Java VM,

http://bugs.sun.com/view_bug.do?bug_id=6712096
http://bugs.sun.com/view_bug.do?bug_id=5005426

Looks like they were fixed in JDK 1.6.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48027] Logger statements in a particular class file is not printed always</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091108212451.50FDB234C04C@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091108212451-50FDB234C04C@brutus-apache-org%3e</id>
<updated>2009-11-08T21:24:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48027

--- Comment #2 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-08 13:24:50 UTC ---
Also, this appears to be more of a usage question that a bug report.  If you
can not identify or isolate the problem, please post on log4j-user to get
assistance.  If you get a resolution, come back and update or resolve this bug
report.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48027] Logger statements in a particular class file is not printed always</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091108212237.C2330234C04C@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091108212237-C2330234C04C@brutus-apache-org%3e</id>
<updated>2009-11-08T21:22:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48027

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-08 13:22:35 UTC ---
Not really enough info to try to determine if there is a problem.  You are
logging to two different loggers and there is no information on how the app is
configured, what appenders are attached, any dynamic reconfiguration, etc.  Any
number of valid reasons could be responsible for your observation as well as
any number of potential bugs.

Running with log4j.debug=true may give you some diagnostics that may help you.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 47004] log messages occasionally sharing a line</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091108211459.372A2234C052@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091108211459-372A2234C052@brutus-apache-org%3e</id>
<updated>2009-11-08T21:14:59Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=47004

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-08 13:14:57 UTC ---
Bug sounds vaguely familiar, but wasn't able to find a matching bug report. 
Could you identify what version of log4j you are using?  Can you see if it
occurs with the SVN HEAD?  If it still does, a workaround may be to use the
ExhancedPatternLayout in the extras companion.  Marking bug as NEEDINFO.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 48012] Loader.getResource should honor the ignoreTCL property</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091108210054.7B8E0234C04C@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091108210054-7B8E0234C04C@brutus-apache-org%3e</id>
<updated>2009-11-08T21:00:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=48012

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #1 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-08 13:00:54 UTC ---
*** This bug has been marked as a duplicate of bug 47967 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT REPLY [Bug 47967] log4j.ignoreTCL should apply to the getResource method in addition to the loadClass method of org.apache.log4j.helpers.Loader</title>
<author><name>bugzilla@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/200911.mbox/%3c20091108210054.A04FB234C1E9@brutus.apache.org%3e"/>
<id>urn:uuid:%3c20091108210054-A04FB234C1E9@brutus-apache-org%3e</id>
<updated>2009-11-08T21:00:54Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
https://issues.apache.org/bugzilla/show_bug.cgi?id=47967

Curt Arnold &lt;carnold@apache.org&gt; changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |feldhacker.chris@principal.
                   |                            |com

--- Comment #2 from Curt Arnold &lt;carnold@apache.org&gt; 2009-11-08 13:00:54 UTC ---
*** Bug 48012 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org



</pre>
</div>
</content>
</entry>
</feed>
