Configure the router to log messages of all severities:
- [edit]
- user@host# set routing-options options syslog
upto emergency
- [edit]
- user@host# show
- routing-options {
- options syslog upto emergency;
- }
Configure the router to log only alert-level and critical-level messages:
- [edit]
- user@host# set routing-options options syslog
level alert critical
- [edit]
- user@host# show
- routing-options {
- options syslog alert critical;
- }