Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 422262e740087f332347a31d69c4b229 > files > 61

freeswitch-config-vanilla-1.2.14-2.mga4.noarch.rpm

<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"/>
	<!-- Uncomment the following line to log uuids in syslogs (when applicable) -->
    <!-- <param name="uuid" value="true"/> -->
  </settings>
</configuration>