304 Syslog Commandsw w w . d e l l . c o m | s u p p o r t . d e l l . c o m • port—Port number for syslog messages. If unspecified, the port number defaults to 514.(Range: 1 - 65535)• severity level—Limits the logging of messages to the syslog servers to a specified level:emergencies, alerts, critical, errors, warnings, notifications, informational anddebugging. If unspecified, the default level is errors.• facility—The facility that is indicated in the message. Can be one of the following values:local0, local1, local2, local3, local4, local5, local 6, local7. If unspecified, the portnumber defaults to local7.• text—Syslog server description, which can be up to 64 characters.Default ConfigurationAs described in the field descriptions.Command ModeGlobal Configuration modeUser Guidelines• Multiple syslog servers can be used.• If no specific severity level is specified, the global values apply to each server.ExampleThe following example configures messages with a "critical" severity level so that they are logged toa syslog server with an IP address 10.1.1.1.logging consoleThe logging console Global Configuration mode command limits messages logged to the consolebased on severity. To disable logging to the console terminal, use the no form of this command.Syntaxlogging console levelno logging console• level—Limits the logging of messages displayed on the console to a specified level:emergencies, alerts, critical, errors, warnings, notifications, informational, debugging.Default ConfigurationThe default is informational.Console (config)# logging 10.1.1.1 severity critical