t5-logging host <IP> |
Configures syslog message logging settings
- host <IP> – Configures the external syslog remote host resource‘s IP address. This is the host dedicated to receive T5 syslog messages.
|
severity [error|info|notice| trace|warning] |
Configures the syslog message filtering severity level. The options are:
- Error – Only forwards error and above syslog event messages.
- Info – Only forwards informational and above syslog event messages.
- notice – Only forwards syslog notices relating to general device operational events. These are events that are of more interest than the “info” events.
- trace – Only forwards trace routing event messages
- warning – Only forwards warnings and above syslog event messages
|
facility [local0|local1| local2|local3|local4| local5|local6|local7] |
Configures the facility level for log messages sent to the syslog server. The facility level specifies the type of program logging the message. Specifying the facility level allows the configuration file to specify that message handling will vary with varying facility type. The options are: local0, local1, local2, local3, local4, local5, local5, local6, local7. The default value is local7. |