You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
1003 B

<configuration name="logfile.conf" description="File Logging">
<settings>
<param name="rotate-on-hup" value="true"/>
</settings>
<profiles>
<profile name="debug">
<settings>
<param name="logfile" value="/var/log/freeswitch/kazoo-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/kazoo-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>