cvs commit: logging-log4j/tests/src/java/org/apache/log4j/scheduler PeriodicJob.java

2004-05-09 Thread ceki
ceki2004/05/09 05:14:56 Modified:tests/src/java/org/apache/log4j/scheduler PeriodicJob.java Log: Allow for 15% error margin instead of the previous 10%. Revision ChangesPath 1.2 +3 -4 logging-log4j/tests/src/java/org/apache/log4j/scheduler/PeriodicJob.java

Re: Logging stack trace to a Database

2004-05-09 Thread Ceki Gülcü
James, To support exceptions, create a new table and handle the exception data in a similar way to the insertion of MDC properties. Does this help? At 08:39 PM 5/6/2004, James Stauffer wrote: I would like my log messages logged to a Database with the stack trace. It appears DBAppender (in 1

Bug report for Log4j [2004/05/09]

2004-05-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: logging-log4j/src/java/org/apache/log4j/xml XMLLayout.java

2004-05-09 Thread ceki
ceki2004/05/09 12:15:03 Modified:tests/witness xmlLayout.mdc.1 patternLayout.mdc.1 xmlLayout.mdc.2 patternLayout.mdc.2 src/java/org/apache/log4j/spi LoggingEvent.java src/java/org/apache/log4j/xml XMLLayout.java Log: Changes t

cvs commit: logging-log4j/src/java/org/apache/log4j/xml log4j.dtd

2004-05-09 Thread ceki
ceki2004/05/09 12:27:17 Modified:src/java/org/apache/log4j/xml log4j.dtd Log: XMLLayout no longer outputs a element.. Its contents have been merged with element. Revision ChangesPath 1.26 +1 -3 logging-log4j/src/java/org/apache/log4j/xml/log4j.dtd

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/xml/test DOMTest.java

2004-05-09 Thread Ceki Gülcü
Hello all, With this commit, I added a properties support in LoggerRepository. It is not possible to set a property at the repository level such that it is shared by all events generated by that repository. I also merged MDC properties and LoggerRepository properties into one at the LoggerEvent le

cvs commit: logging-log4j/src/java/org/apache/log4j/net SocketAppender.java

2004-05-09 Thread psmith
psmith 2004/05/09 15:29:39 Modified:src/java/org/apache/log4j/net SocketAppender.java Log: Changed so that failure to connect to a remote Socket doesn't output ugly stack trace, but it is still an error, and you still get the underlying Exception message string, without having

RE: socketappender stacktrace, is it necessary?

2004-05-09 Thread Paul Smith
This has been bugging me for ages too.. Just committed a change. I think it's still an ERROR level, but doesn't log the full trace. The message though does contain the underlying exception message, so it's still pretty useful. Maybe a property on the appender if you DON'T want it to nag on error

cvs commit: logging-log4j/src/java/org/apache/log4j/net SocketAppender.java

2004-05-09 Thread psmith
psmith 2004/05/09 15:33:59 Modified:src/java/org/apache/log4j/net SocketAppender.java Log: oops, should have used the getMessage rather than rely on exception's toString method. Revision ChangesPath 1.23 +1 -1 logging-log4j/src/java/org/apache/log4j/net/Socket

RE: Web start app & Certificates - redux

2004-05-09 Thread Paul Smith
> Yeah. I am hoping to get a free personal certificate for my > apache.org email > address. Perhaps we could all do that, and then we can all > potentially sign > the Jars needed for download. > > As long as the foundation has no objections to this approach > (having us sign > jars, and packag

RE: socketappender stacktrace, is it necessary?

2004-05-09 Thread Jacob Kjome
At 08:32 AM 5/10/2004 +1000, you wrote: To: 'Log4J Developers List' <[EMAIL PROTECTED]> Subject: RE: socketappender stacktrace, is it necessary? This has been bugging me for ages too.. Just committed a change. I think it's still an ERROR level, but doesn't log the full trace. The message though d