home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

system syslog console facility <facility> level <level>

Specifies which messages are sent to the console.

set system syslog console facility facility level level
delete system syslog console facility [ facility [ level ] ]
show system syslog console facility [ facility [ level ] ]
facility
Multi-node. The kinds of messages that are sent to the console. Refer to “Usage Guidelines” for the system syslog command for supported facilities.

You can send the log messages of multiple facilities to the console by creating multiple facility configuration nodes within the console node.

level
The minimum severity level of log message that are reported to the console. The level is any of emerg, alert, crit, err, warning, notice, info, or debug. Refer to “Usage Guidelines” for the system syslog command for the meanings of these levels.

By default, messages of err severity are logged to the console.

Configuration mode


system {
    syslog {
        console {
            facility facility {
                level level
            }
        }
    }
}

Use this command to specify which messages are sent to the console.

Use the set form of this command to specify which messages are sent to the console.

Use the delete form of this command to restore the default console message configuration.

Use the show form of this command to display the configuration of console messages.