forked from Mirrors/freeswitch
16 lines
586 B
XML
16 lines
586 B
XML
|
<configuration name="syslog.conf" description="Syslog Logger">
|
||
|
<!-- SYSLOG -->
|
||
|
<!-- emerg - system is unusable -->
|
||
|
<!-- alert - action must be taken immediately -->
|
||
|
<!-- crit - critical conditions -->
|
||
|
<!-- err - error conditions -->
|
||
|
<!-- warning - warning conditions -->
|
||
|
<!-- notice - normal, but significant, condition -->
|
||
|
<!-- info - informational message -->
|
||
|
<!-- debug - debug-level message -->
|
||
|
<settings>
|
||
|
<param name="ident" value="freeswitch"/>
|
||
|
<param name="format" value="${time} - ${message}"/>
|
||
|
</settings>
|
||
|
</configuration>
|