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 user <userid> facility <facility> level <level>

Specifies which messages are sent to the terminal of a user.

set system syslog user userid facility facility level level
delete system syslog user userid facility [ facility [ level ] ]
show system syslog user userid facility [ facility [ level ] ]
userid
Multi-node. A user ID.

You can send log messages to multiple users by creating multiple user configuration nodes.

facility
Multi-node. The kinds of messages that are sent to the user. Refer to “Usage Guidelines” for the system syslog command for supported logging facilities.

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

level
The minimum severity level of log message that are reported to the user. 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 terminal of the user.

Configuration mode


system {
    syslog {
        user userid {
            facility facility {
                level level
            }
        }
    }
}

Use this command to specify which messages are sent to the terminal of a user.

Use the set form of this command to specify which messages are sent to the terminal of a user.

Use the delete form of this command to restore the default configuration of terminal messages for a user.

Use the show form of this command to display the configuration of terminal messages for a user.