From a02191060274818e689f13511640bb79240955f5 Mon Sep 17 00:00:00 2001 From: rjung Date: Sun, 15 Jul 2007 17:02:56 +0000 Subject: [PATCH] Correct j.u.l log levels in JULI docs. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@556430 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 7 +++++++ webapps/docs/logging.xml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index a611f2e41..51e159a70 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -15,6 +15,13 @@
+ + + + Correct j.u.l log levels in JULI docs. (rjung) + + + diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 948bf7f58..e13cb8e75 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -171,8 +171,8 @@

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 -- 2.11.0