DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34026>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34026


[EMAIL PROTECTED] changed:

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




------- Additional Comments From [EMAIL PROTECTED]  2005-07-29 05:53 -------
Brought SyslogAppender in line with all the other appenders and now checks the 
ignoresThrowable() method.  However, all this does is just control whether the 
appender outputs the throwable (true) or lets the layout handle it (false).  
If you truly do not want the throwable ever output, then you need to override 
the layout to return false for ignoresThrowable and to then do nothing with 
the throwable when it creates the output.

Looking at the cvs head version of SyslogAppender, there were a number of 
changes to make it RFC 3164 compatible, one of the changes to completely 
remove the output of throwables (assuming the layout doesn't do it).

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to