<configuration name="logfile.conf" description="File Logging">
|
|
<settings>
|
|
<param name="rotate-on-hup" value="false"/>
|
|
</settings>
|
|
|
|
<profiles>
|
|
<profile name="debug">
|
|
<settings>
|
|
<param name="logfile" value="/var/log/freeswitch/debug.log"/>
|
|
<param name="rollover" value="0"/>
|
|
<param name="uuid" value="true" />
|
|
</settings>
|
|
<mappings>
|
|
<map name="all" value="debug,info,notice,warning,err,crit,alert"/>
|
|
</mappings>
|
|
</profile>
|
|
|
|
<profile name="error">
|
|
<settings>
|
|
<param name="logfile" value="/var/log/freeswitch/error.log"/>
|
|
<param name="rollover" value="0"/>
|
|
<param name="uuid" value="true" />
|
|
</settings>
|
|
<mappings>
|
|
<map name="all" value="warning,err,crit,alert"/>
|
|
</mappings>
|
|
</profile>
|
|
</profiles>
|
|
</configuration>
|