Author: violetagg Date: Wed Apr 6 10:34:38 2016 New Revision: 1737959 URL: http://svn.apache.org/viewvc?rev=1737959&view=rev Log: Clarify in the documentation that calls to ServletContext.log(String, Throwable) or GenericServlet.log(String, Throwable) are logged at the SEVERE level. Issue reported via comments.apache.org.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1737959&r1=1737958&r2=1737959&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Apr 6 10:34:38 2016 @@ -168,6 +168,12 @@ Update in the documentation the link to the maven repository where Tomcat snapshot artifacts are deployed. (markt/violetagg) </fix> + <fix> + Clarify in the documentation that calls to + <code>ServletContext.log(String, Throwable)</code> or + <code>GenericServlet.log(String, Throwable)</code> are logged at the + SEVERE level. (violetagg) + </fix> </changelog> </subsection> <subsection name="Tribes"> Modified: tomcat/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=1737959&r1=1737958&r2=1737959&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/logging.xml (original) +++ tomcat/trunk/webapps/docs/logging.xml Wed Apr 6 10:34:38 2016 @@ -133,7 +133,7 @@ or <code>GenericServlet.log(String)</code> are logged at the INFO level. The calls to <code>ServletContext.log(String, Throwable)</code> or <code>GenericServlet.log(String, Throwable)</code> - are logged at the ERROR level. + are logged at the SEVERE level. </p> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org