Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4d4e714bf36d32d4f0a579ff30f2cb6b > files > 69

freeswitch-config-vanilla-1.6.20-6.mga7.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"/>
    <!-- log uuids in syslogs -->
    <param name="uuid" value="true"/>
  </settings>
</configuration>