[Freeswitch-svn] [commit] r5259 - freeswitch/branches/anthonyl/log2file-branch/conf

Freeswitch SVN anthonyl at freeswitch.org
Mon Jun 4 23:05:14 EDT 2007


Author: anthonyl
Date: Mon Jun  4 23:05:14 2007
New Revision: 5259

Modified:
   freeswitch/branches/anthonyl/log2file-branch/conf/log2file.conf.xml

Log:
adding contents to log2file.conf.xml


Modified: freeswitch/branches/anthonyl/log2file-branch/conf/log2file.conf.xml
==============================================================================
--- freeswitch/branches/anthonyl/log2file-branch/conf/log2file.conf.xml	(original)
+++ freeswitch/branches/anthonyl/log2file-branch/conf/log2file.conf.xml	Mon Jun  4 23:05:14 2007
@@ -0,0 +1,14 @@
+<configuration name="log2file.conf" description="File Logging">
+  <settings>
+   <!-- File to log to -->
+   <param name="logfile" value="/var/log/freeswitch.log"/>
+   <!-- At this length in bytes rotate the log file -->
+   <param name="rollover" value="12000"/>
+   <!-- The level of the message to log -->
+   <param name="level" value="debug,info,warning-alert"/>
+  <!-- Format of the log messages -->
+  <!-- ${time} ${type} ${file} ${func} ${message} -->
+  <param name="format"   value="${time} ${type} ${file} ${func} ${message}"/>  
+</settings>
+</configuration>
+



More information about the Freeswitch-svn mailing list