Suppressing exceptions from SMTPAppender [log4j 1.3]

2017-07-12 Thread Christopher Schultz
All, I've got an SMTPAppender logging errors, etc. and I'd like to remove the exceptions from the log messages. Is there a good way to do that? Remember: log4j 1.3.x (for now) I happen to already be using a subclass of SMTPAppender that I wrote (so only send after X number of log messages, rathe

Re: Suppressing exceptions from SMTPAppender [log4j 1.3]

2017-07-12 Thread Matt Sicker
Log4j 1.3? The last version of 1.x was 1.2.17 which is EOL. On 12 July 2017 at 13:13, Christopher Schultz wrote: > All, > > I've got an SMTPAppender logging errors, etc. and I'd like to remove the > exceptions from the log messages. Is there a good way to do that? > > Remember: log4j 1.3.x (for

Re: Suppressing exceptions from SMTPAppender [log4j 1.3]

2017-07-12 Thread Ralph Goers
There was an experimental branch for Log4j 1.3 but that was never released and was abandoned. Ralph > On Jul 12, 2017, at 11:16 AM, Matt Sicker wrote: > > Log4j 1.3? The last version of 1.x was 1.2.17 which is EOL. > > On 12 July 2017 at 13:13, Christopher Schultz > wrote: > >> All, >> >>