You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Eric Raymond <er...@comcast.net> on 2005/04/26 06:32:38 UTC

Logging in servlet/jsp not working via java.uil.logging.Logger.global - BUG?

If you have a servlet/jsp which uses java.util.logging. Logger.global
and use the global logger, the output seems to go nowhere.

For example the following jsp page only logs "printed".

<%
  java.util.logging.Logger.global.severe("not printed");
  java.util.logging.Logger.getLogger("foo").severe("printed");
%>


FYI, this is with Tomcat 5.5.9 using the default settings.  As you can
imagine, this is a little disturbing!


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org