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 bu...@apache.org on 2003/04/16 23:20:24 UTC

DO NOT REPLY [Bug 19092] - Finer granularity in Axis Logging

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19092

Finer granularity in Axis Logging





------- Additional Comments From stevel@apache.org  2003-04-16 21:20 -------
I am against any extra logging at the info level, because that would be
displayed by default, which is just extra noise. 

Why not actually configure log4j to not blindly enable everything at the debug
level, but only those messages that you care about. You get per-class
granularity for free, and we have some extras (as documented in reference.html).
You can turn these up to debug level and see only those classes messages.