syslog.conf.xml 575 B

123456789101112131415
  1. <configuration name="syslog.conf" description="Syslog Logger">
  2. <!-- SYSLOG -->
  3. <!-- emerg - system is unusable -->
  4. <!-- alert - action must be taken immediately -->
  5. <!-- crit - critical conditions -->
  6. <!-- err - error conditions -->
  7. <!-- warning - warning conditions -->
  8. <!-- notice - normal, but significant, condition -->
  9. <!-- info - informational message -->
  10. <!-- debug - debug-level message -->
  11. <settings>
  12. <param name="ident" value="freeswitch"/>
  13. <param name="loglevel" value="warning"/>
  14. </settings>
  15. </configuration>