forked from Mirrors/freeswitch
36d2d2f944
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15162 d0543943-73ff-0310-b7d9-9358b9ac24b2
17 lines
617 B
XML
17 lines
617 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="facility" value="user"/>
|
|
<param name="ident" value="freeswitch"/>
|
|
<param name="loglevel" value="warning"/>
|
|
</settings>
|
|
</configuration>
|