Author: violetagg Date: Wed Apr 6 10:37:00 2016 New Revision: 1737960 URL: http://svn.apache.org/viewvc?rev=1737960&view=rev Log: Merged revision 1737959 from tomcat/trunk: 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/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml tomcat/tc8.5.x/trunk/webapps/docs/logging.xml Propchange: tomcat/tc8.5.x/trunk/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Apr 6 10:37:00 2016 @@ -1 +1 @@ -/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664,1737715,1737748,1737785,1737860 +/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664,1737715,1737748,1737785,1737860,1737959 Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1737960&r1=1737959&r2=1737960&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Wed Apr 6 10:37:00 2016 @@ -163,6 +163,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/tc8.5.x/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/logging.xml?rev=1737960&r1=1737959&r2=1737960&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/webapps/docs/logging.xml (original) +++ tomcat/tc8.5.x/trunk/webapps/docs/logging.xml Wed Apr 6 10:37:00 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