giacomo     01/08/31 00:28:37

  Modified:    webapp/WEB-INF logkit.xconf
  Log:
  changed time settings. It will rotate logs on a hourly base
  
  Revision  Changes    Path
  1.2       +6 -21     xml-cocoon2/webapp/WEB-INF/logkit.xconf
  
  Index: logkit.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/webapp/WEB-INF/logkit.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logkit.xconf      2001/08/30 19:17:35     1.1
  +++ logkit.xconf      2001/08/31 07:28:37     1.2
  @@ -14,15 +14,10 @@
           %7.7{priority} %{time}   [%8.8{category}] (%{uri}) 
%{thread}/%{class:short}: %{message}\n%{throwable}
         </format>
         <append>true</append>
  -      <rotation type="revolving" init="1" max="2">
  +      <rotation type="revolving" init="1" max="4">
           <or>
             <size>100m</size>
  -          <time>16:34:00</time>
  -          <time>16:35:00</time>
  -          <time>16:36:00</time>
  -          <time>16:37:00</time>
  -          <time>16:38:00</time>
  -          <time>16:39:00</time>
  +          <time>01:00:00</time>
           </or>
         </rotation>
       </cocoon>
  @@ -34,15 +29,10 @@
           %7.7{priority} %{time}   [%8.8{category}] (%{uri}) 
%{thread}/%{class:short}: %{message}\n%{throwable}
         </format>
         <append>true</append>
  -      <rotation type="revolving" init="1" max="2">
  +      <rotation type="revolving" init="1" max="4">
           <or>
             <size>100m</size>
  -          <time>16:34:00</time>
  -          <time>16:35:00</time>
  -          <time>16:36:00</time>
  -          <time>16:37:00</time>
  -          <time>16:38:00</time>
  -          <time>16:39:00</time>
  +          <time>01:00:00</time>
           </or>
         </rotation>
       </cocoon>
  @@ -53,15 +43,10 @@
           %7.7{priority} %{time}   [%8.8{category}] (%{uri}) 
%{thread}/%{class:short}: %{message}\n%{throwable}
         </format>
         <append>true</append>
  -      <rotation type="revolving" init="1" max="2">
  +      <rotation type="revolving" init="1" max="4">
           <or>
             <size>100m</size>
  -          <time>16:34:00</time>
  -          <time>16:35:00</time>
  -          <time>16:36:00</time>
  -          <time>16:37:00</time>
  -          <time>16:38:00</time>
  -          <time>16:39:00</time>
  +          <time>01:00:00</time>
           </or>
         </rotation>
       </cocoon>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to