Bug report for Log4j [2007/06/10]

2007-06-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r546016 - /logging/log4j/companions/zeroconf/trunk/src/test/java/org/apache/log4j/net/

2007-06-10 Thread psmith
Author: psmith Date: Sun Jun 10 22:29:22 2007 New Revision: 546016 URL: http://svn.apache.org/viewvc?view=rev&rev=546016 Log: Relocating zeroconf tests to companion module. Added: logging/log4j/companions/zeroconf/trunk/src/test/java/org/apache/log4j/net/ - copied from r546015, loggi

svn commit: r546015 - in /logging/log4j/companions/zeroconf/trunk/src/test/java: log4j/ org/ org/apache/ org/apache/log4j/

2007-06-10 Thread psmith
Author: psmith Date: Sun Jun 10 22:28:05 2007 New Revision: 546015 URL: http://svn.apache.org/viewvc?view=rev&rev=546015 Log: updating src folders for test case move. Added: logging/log4j/companions/zeroconf/trunk/src/test/java/org/ logging/log4j/companions/zeroconf/trunk/src/test/java/o

svn commit: r546010 - /logging/log4j/companions/zeroconf/trunk/src/test/java/log4j/AppTest.java

2007-06-10 Thread psmith
Author: psmith Date: Sun Jun 10 22:14:36 2007 New Revision: 546010 URL: http://svn.apache.org/viewvc?view=rev&rev=546010 Log: Removed mvn archetype test. Removed: logging/log4j/companions/zeroconf/trunk/src/test/java/log4j/AppTest.java --

svn commit: r546009 - /logging/log4j/companions/zeroconf/trunk/src/main/java/org/apache/log4j/net/

2007-06-10 Thread psmith
Author: psmith Date: Sun Jun 10 22:12:56 2007 New Revision: 546009 URL: http://svn.apache.org/viewvc?view=rev&rev=546009 Log: Relocating the zeroconf to a seperate companion module. Added: logging/log4j/companions/zeroconf/trunk/src/main/java/org/apache/log4j/net/ - copied from r546008

svn commit: r546008 - in /logging/log4j/companions/zeroconf: ./ trunk/ trunk/src/ trunk/src/main/ trunk/src/main/java/ trunk/src/main/java/org/ trunk/src/main/java/org/apache/ trunk/src/main/java/org/

2007-06-10 Thread psmith
Author: psmith Date: Sun Jun 10 22:09:57 2007 New Revision: 546008 URL: http://svn.apache.org/viewvc?view=rev&rev=546008 Log: Adding basic project structure for the log4j-zeroconf companion module. Added: logging/log4j/companions/zeroconf/ logging/log4j/companions/zeroconf/trunk/ lo

RE: Zeroconf module

2007-06-10 Thread Scott Deboy
I'd probably make a new companion module for it, but you could just add the classes to receivers, since it already contains both appenders and receivers. Scott Deboy COMOTIV SYSTEMS 111 SW Columbia Street Ste. 950 Portland, OR 97201 Telephone: 503.224.7496 Cell: 503.997.1367 Fax

Zeroconf module

2007-06-10 Thread Paul Smith
I moved the Zeroconf source directory recently into the main Chainsaw source tree, which I think is a mistake. Chainsaw needs to have it, but a standalone jar is needed in the client end to zeroconf-enable the application to expose it on the network. It make more sense to create a log4j-z

RE: logger repository properties & loggingevent

2007-06-10 Thread Scott Deboy
One other thing: if we don't plumb repository properties to loggingevent MDC, we should remove the properties code in logger RepositoryEx I do think an argument could be made in support of keeping repository-wide properties (determining source of an event once the events have been combined (db,

Re: Local changes to Chainsaw and pending POM and documentation work

2007-06-10 Thread Paul Smith
I think I've done everything I'll need in the short term, so feel free to consolidate stuff into a parent pom. On 09/06/2007, at 5:57 PM, Curt Arnold wrote: I'm probably not going to get to it in the next day or so, but I've been thinking about looking at the Chainsaw POM and seeing what if

RE: logger repository properties & loggingevent

2007-06-10 Thread Scott Deboy
The goal was to get events generated by LogUI's logger calls to route to its own tab called "chainsaw-log". Ideally, other events which were handed over to Chainsaw via a receiver, but which didn't have the hostname & application properties defined would end up on a separate tab ("-" instead

RE: logger repository properties & loggingevent

2007-06-10 Thread Scott Deboy
Scott Deboy COMOTIV SYSTEMS 111 SW Columbia Street Ste. 950 Portland, OR 97201 Telephone: 503.224.7496 Cell: 503.997.1367 Fax:503.222.0185 [EMAIL PROTECTED] www.comotivsystems.com -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Sun 6/

svn commit: r545927 - /logging/log4j/trunk/src/java/org/apache/log4j/plugins/PluginConfigurator.java

2007-06-10 Thread carnold
Author: carnold Date: Sun Jun 10 13:02:11 2007 New Revision: 545927 URL: http://svn.apache.org/viewvc?view=rev&rev=545927 Log: Bug 42094: Add PluginConfigurator to log4j 1.3 for compatibility with log4j 1.2 + component companion Added: logging/log4j/trunk/src/java/org/apache/log4j/plugins/P

[EMAIL PROTECTED]: Project logging-log4j-chainsaw (in module logging-chainsaw) failed

2007-06-10 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-chainsaw has an issue affecting its community integration. This iss

[EMAIL PROTECTED]: Project logging-log4j-chainsaw (in module logging-chainsaw) failed

2007-06-10 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-chainsaw has an issue affecting its community integration. This iss

Re: logger repository properties & loggingevent

2007-06-10 Thread Curt Arnold
On Jun 10, 2007, at 2:57 AM, Scott Deboy wrote: log4j 1.3 included the ability to set properties at the logger repository level (if it was a loggerrepositoryex) - logger repository properties would be added to all events associated with the repository. That feature isn't currently availa

Re: backport patternlayout changes from 1.3 to 1.2.15?

2007-06-10 Thread Curt Arnold
On Jun 10, 2007, at 3:28 AM, Scott Deboy wrote: If I recall, we added support in 1.3 PatternLayout for more-than- one character pattern names (like %properties). We use this feature in Chainsaw to display ALL of the properties on the event. I'm not sure how much work it is to bring that i

backport patternlayout changes from 1.3 to 1.2.15?

2007-06-10 Thread Scott Deboy
If I recall, we added support in 1.3 PatternLayout for more-than-one character pattern names (like %properties). We use this feature in Chainsaw to display ALL of the properties on the event. I'm not sure how much work it is to bring that in or if it's worth it, but I do need this feature (we

logger repository properties & loggingevent

2007-06-10 Thread Scott Deboy
log4j 1.3 included the ability to set properties at the logger repository level (if it was a loggerrepositoryex) - logger repository properties would be added to all events associated with the repository. That feature isn't currently available in the 1.2.15 codebase, and I was curious if it's