glenn 2002/09/04 07:09:50 Modified: webapps/tomcat-docs/config server.xml service.xml Log: Add docs for debug attribute Revision Changes Path 1.5 +6 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/server.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- server.xml 30 Nov 2001 06:23:13 -0000 1.4 +++ server.xml 4 Sep 2002 14:09:50 -0000 1.5 @@ -58,7 +58,12 @@ It supports the following additional attributes (in addition to the common attributes listed above):</p> - <attributes/> + <attribute name="debug" required="false"> + <p>The level of debugging detail logged by this <strong>Server</strong> + to the associated <a href="logger.html">Logger</a>. Higher numbers + generate more detailed output. If not specified, the default + debugging detail level is zero (0).</p> + </attribute> </subsection> 1.4 +6 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/service.xml Index: service.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/service.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- service.xml 26 Sep 2001 02:29:21 -0000 1.3 +++ service.xml 4 Sep 2002 14:09:50 -0000 1.4 @@ -57,7 +57,12 @@ It supports the following additional attributes (in addition to the common attributes listed above):</p> - <attributes/> + <attribute name="debug" required="false"> + <p>The level of debugging detail logged by this <strong>Service</strong> + to the associated <a href="logger.html">Logger</a>. Higher numbers + generate more detailed output. If not specified, the default + debugging detail level is zero (0).</p> + </attribute> </subsection>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>