You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Russell Butek <bu...@us.ibm.com> on 2002/05/10 17:42:16 UTC

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
butek@us.ibm.com