larryi      2002/09/11 10:35:26

  Modified:    src/doc  serverxml.html
  Log:
  A correction for LogSetter I had lying around
  
  Revision  Changes    Path
  1.26      +5 -3      jakarta-tomcat/src/doc/serverxml.html
  
  Index: serverxml.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/serverxml.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- serverxml.html    8 May 2002 02:27:54 -0000       1.25
  +++ serverxml.html    11 Sep 2002 17:35:26 -0000      1.26
  @@ -2116,8 +2116,8 @@
     <tr valign="top">
       <td>path</td>
       <td>Path to the desired log file. You may embed a
  -      <code>java.text.SimpleDateFormat</code> string enclosed within '{}'
  -      to create a path that encorporates the current date and or time.</td>
  +      <code>java.text.SimpleDateFormat</code> string enclosed within &quot;${}&quot;
  +      to create a path that encorporates the current date and/or time.</td>
       <td>null, log output goes to stderr</td>
     </tr>
     <tr valign="top">
  @@ -2144,6 +2144,8 @@
   
   <pre>
   &lt;LogSetter name=&quot;tc_log&quot; verbosityLevel=&quot;DEBUG&quot; /&gt;
  +&lt;LogSetter name=&quot;servlet_log&quot; timestamps=&quot;true&quot;
  +    verbosityLevel=&quot;INFORMATION&quot; 
path=&quot;logs/servlet-${yyyyMMdd}.log&quot; /&gt;
   </pre>
   
   <hr size="5">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to