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]

Reply via email to