+1
See http://marc.theaimsgroup.com/?l=axis-dev&m=102028751728496&w=2 But Richard feels that all exceptions should be logged. -- Tom Jordahl -----Original Message----- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 11:42 AM To: [EMAIL PROTECTED] Subject: logging question: catch (Exception) throw AxisFault Various places in the code are of the form } catch (Exception e) { log.xxx(... e); throw new AxisFault(...); } In some places xxx is debug, others it is info. I contend that it should always be debug. When it's info, then the build's output contains stack dumps that make reading the output a nuisance. (These outputs weren't there in the past.) Russell Butek [EMAIL PROTECTED]