Re: [JBoss-user] log4j SMTP appender trouble

2004-02-04 Thread Vladyslav Kosulin
Vladyslav Kosulin wrote: It looks like the logging event contains just 1 line from the exception trace instead of the whole trace!!! Is this a bug or a feature? Vlad Hi all, I activated SMTP appender to send errors by e-mail, but can't properly configure it. Every time an Exception happens, I

Re: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Ryan Hoegg
Vladyslav Kosulin wrote: Scott M Stark wrote: It depends on what is generating the stack trace. In order to get this behavior there has to be a line by line emission of the stack trace using System.err.println() for each line rather than one System.err.println() with the entire stack trace as a m

RE: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Scott M Stark
AIL PROTECTED] Subject: Re: [JBoss-user] log4j SMTP appender trouble Scott M Stark wrote: > It depends on what is generating the stack trace. In order to get this > behavior there has to be a line by line emission of the stack trace > using System.err.println() for eac

Re: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Vladyslav Kosulin
] Subject: Re: [JBoss-user] log4j SMTP appender trouble It looks like the logging event contains just 1 line from the exception trace instead of the whole trace!!! Is this a bug or a feature? Vlad Hi all, I activated SMTP appender to send errors by e-mail, but can't properly configure

Re: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Vladyslav Kosulin
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vladyslav Kosulin Sent: Tuesday, January 27, 2004 10:26 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] log4j SMTP appender trouble It looks like the logging event contains just 1 line from the exception trace instead of the whole trace

RE: [JBoss-user] log4j SMTP appender trouble

2004-01-30 Thread Scott M Stark
? Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vladyslav Kosulin Sent: Tuesday, January 27, 2004 10:26 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] log4j

Re: [JBoss-user] log4j SMTP appender trouble

2004-01-27 Thread Vladyslav Kosulin
It looks like the logging event contains just 1 line from the exception trace instead of the whole trace!!! Is this a bug or a feature? Vlad Hi all, I activated SMTP appender to send errors by e-mail, but can't properly configure it. Every time an Exception happens, I receive a lot of e-mails

[JBoss-user] log4j SMTP appender trouble

2004-01-20 Thread Vladyslav Kosulin
Hi all, I activated SMTP appender to send errors by e-mail, but can't properly configure it. Every time an Exception happens, I receive a lot of e-mails with every e-mail body containing only 1 line of the Exception trace log, like: [16:49:04,315,STDERR] at com.sybase.jdbc2.jdbc.SybStatement.q

[JBoss-user] Log4j SMTP appender

2003-10-29 Thread Brian McSweeney
Hi all,   I sent this email before but got no response. I couldn’t find it on the archives so I’ll try posting it again.     I’m trying to get the log4j SMTP appender working so that when my code gets an error, I get sent an email.   I’m also trying to do this asynchronously. I’m fol

[JBoss-user] Log4j SMTP appender

2003-10-17 Thread Brian McSweeney
Hi all,   Quick question. I’m trying to get the log4j SMTP appender working so that when my code gets an error, I get sent an email.   I’m also trying to do this asynchronously. I’m following the jboss log4j docs to do this. So in conf/log4j.xml I’ve uncommented the ASYNC and SMTP app