mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
initial check-in of file logger module from anthonyl branch, reworked for current module interface and cleaned up debugging code. More to come on this module.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6414 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<configuration name="logfile.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,notice,error,crit,alert"/>-->
|
||||
<param name="level" value="all"/>
|
||||
<!-- Format of the log messages -->
|
||||
<!-- ${time} ${file} ${func} ${message} -->
|
||||
<param name="format" value="${time} ${file} ${func} ${message}"/>
|
||||
</settings>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user