ovidiu      02/05/03 11:27:42

  Modified:    src/scratchpad/schecoon/webapp/WEB-INF logkit.xconf
  Log:
  Added configuration for "flow".
  
  Revision  Changes    Path
  1.5       +8 -0      xml-cocoon2/src/scratchpad/schecoon/webapp/WEB-INF/logkit.xconf
  
  Index: logkit.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/webapp/WEB-INF/logkit.xconf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- logkit.xconf      2 May 2002 01:04:54 -0000       1.4
  +++ logkit.xconf      3 May 2002 18:27:42 -0000       1.5
  @@ -49,6 +49,14 @@
         <append>false</append>
       </cocoon>
      
  +    <cocoon id="flow">
  +      <filename>${context-root}/WEB-INF/logs/flow.log</filename>
  +      <format type="cocoon">
  +        %7.7{priority} %{time}   [%{category}] (%{uri}) %{thread}/%{class:short}: 
%{message}\n%{throwable}
  +      </format>
  +      <append>false</append>
  +    </cocoon>
  +   
       <!--
         This log file gets only messages with log level ERROR and below.
       -->
  
  
  

----------------------------------------------------------------------
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