Syslog Logging Configuration

Syslog Logging Configuration

By default Syslog logging is disabled. You can enable Syslog logging by un-commenting the sections in blue. To un-comment, remove the
<!--
and
-->
around the
<appender name="SyslogAppender">
sections. The following table contains the parameters that can be adjusted for Syslog logging:
Attribute Name
Description
Protocol
The protocol used for dispatching log messages to the Syslog server. Valid values are - UDP and TCP.
SyslogHost
The host name or IP address of the Syslog server.
Facility
The Syslog facility name to which messages are logged. Valid values are - KERN, USER, MAIL, DAEMON, AUTH, SYSLOG, LPR, NEWS, UUCP, CRON, AUTHPRIV, FTP, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6 and LOCAL7.
Ident
The application ID you would like to assign to the messages that are sent to the Syslog server. The default value is infagateway.
CharSet
Specify the character set to use for encoding the log messages. The default value is UTF-8, which works well for all character data.

0 COMMENTS

We’d like to hear from you!