You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/06/15 20:16:01 UTC

cvs commit: avalon-sandbox/merlin/merlin-platform/src/config kernel.xml

mcconnell    2003/06/15 11:16:01

  Modified:    merlin/merlin-platform/src/config kernel.xml
  Log:
  Remove the file logging target (stops creation of the logs directory) during command line execute oriented launching of Merlin.
  
  Revision  Changes    Path
  1.2       +5 -0      avalon-sandbox/merlin/merlin-platform/src/config/kernel.xml
  
  Index: kernel.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/merlin-platform/src/config/kernel.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- kernel.xml	10 Jun 2003 02:47:15 -0000	1.1
  +++ kernel.xml	15 Jun 2003 18:16:01 -0000	1.2
  @@ -22,9 +22,14 @@
   
      <logging target="default" priority="INFO">
         <category name="/sys/logger" priority="WARN"/>
  +
  +      <!-- file target example -->
  +      <!--
         <target name="kernel">
           <file location="logs/kernel.log" />
         </target>
  +      -->
  +
      </logging>
   
      <!-- logging categories for the kernel -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org