From: markt Date: Mon, 4 Aug 2008 22:00:38 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45532 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=20ca737e88568405a3cdf5798d9a53de4b590167;p=tomcat7.0 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 --- 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.