Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > c4ba6c1c2d2ffa040a35079ac447cd08 > files > 30

freeswitch-config-vanilla-1.4.15-3.mga5.noarch.rpm

<configuration name="graylog2.conf" description="Graylog2 Logger">
  <!-- 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="server-host" value="192.168.0.69"/>
    <param name="server-port" value="12201"/>
    <param name="loglevel" value="warning"/>
    <!-- Uncomment if using logstash w/ gelf.rb -->
    <!--param name="send-uncompressed-header" value="true"/-->

    <!-- fields to add to every log associated w/ a session -->
    <fields>
      <!-- for example: channel variable "customer_account_number" will be the data source for the customer field in graylog2 -->
      <!--field name="customer" variable="customer_account_number"/-->
    </fields>
  </settings>
</configuration>