Specifications
Logging And Network Management Command Set
Configuring System Logging
11-8 SecureStack A2 Configuration Guide
11.2.1.5 set logging default
Use this command to set logging default values.
set logging default {[facility facility] [severity severity] port port]}
Syntax Description
Command Defaults
None.
Command Type
Switch command.
Command Mode
Read-Write.
Example
This example shows how to set the Syslog default facility name to local2 and the severity level to
4 (error logging):
facility facility Specifies the default facility name. Valid values are:
local0 to local7.
severity severity Specifies the default logging severity level. Valid severity
values range from 1 to 8. The corresponding levels are:
• emergencies (system is unusable) – 1
• alerts (immediate action required) – 2
• critical conditions – 3
• error conditions – 4
• warning conditions – 5
• notifications (significant conditions) – 6
• informational messages – 7
• debugging messages – 8
port port Specifies the default UDP port the client uses to send to
the server.
A2(rw)->set logging default facility local2 severity 4