From 20ca737e88568405a3cdf5798d9a53de4b590167 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 4 Aug 2008 22:00:38 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45532 Doc typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@682525 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/logging.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 4e7b58e53..d5adfc2a9 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -73,7 +73,7 @@

If you need to setup cross-context detailed logging from within Tomcat's code, - then you can use a simple log4j configuration. Note that this logging van be very + then you can use a simple log4j configuration. Note that this logging can be very verbose depending on the log level you chose to use. Note also that a log4j logging configuration is not going to produce stack trace type logging: those stack traces are output to stdout as discussed above. -- 2.11.0