Author: rjung Date: Sun Jul 15 10:02:56 2007 New Revision: 556430 URL: http://svn.apache.org/viewvc?view=rev&rev=556430 Log: Correct j.u.l log levels in JULI docs.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/logging.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=556430&r1=556429&r2=556430 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sun Jul 15 10:02:56 2007 @@ -15,6 +15,13 @@ <body> <section name="Tomcat 6.0.14 (remm)"> + <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/tc6.0.x/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/logging.xml?view=diff&rev=556430&r1=556429&r2=556430 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/logging.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/logging.xml Sun Jul 15 10:02:56 2007 @@ -171,8 +171,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]