Author: rjung
Date: Sun Jul 15 10:02:07 2007
New Revision: 556429
URL: http://svn.apache.org/viewvc?view=rev&rev=556429
Log:
Correct j.u.l log levels in JULI docs.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/docs/logging.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=556429&r1=556428&r2=556429
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sun Jul 15 10:02:07 2007
@@ -15,6 +15,13 @@
<body>
<section name="Tomcat 5.5.25 (fhanik)">
+ <subsection name="General">
+ <changelog>
+ <docs>
+ Correct j.u.l log levels in JULI docs. (rjung)
+ </docs>
+ </changelog>
+ </subsection>
<subsection name="Catalina">
<changelog>
<fix>
Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/logging.xml?view=diff&rev=556429&r1=556428&r2=556429
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/logging.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/logging.xml Sun Jul 15 10:02:07 2007
@@ -160,8 +160,8 @@
</p>
<p>
The default logging.properties specifies a ConsoleHandler for routing
logging to stdout and
- also a FileHandler. A handler's log level threshold can be set using
SEVERE, CONFIG, INFO,
- WARN, FINE, FINEST or ALL. The logging.properties shipped with JDK is set
to INFO. You
+ also a FileHandler. A handler's log level threshold can be set using
SEVERE, WARNING, INFO,
+ CONFIG, FINE, FINER, FINEST or ALL. The logging.properties shipped with
JDK is set to INFO. You
can also target specific packages to collect logging from and specify a
level. Here is how
you would set debugging from Tomcat. You would need to ensure the
ConsoleHandler's level is also
set to collect this threshold, so FINEST or ALL should be set. Please
refer to Sun's java.util.logging
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]