Skip to content

Commit

Permalink
syslog: T2769: add VRF support
Browse files Browse the repository at this point in the history
(cherry picked from commit 09696c6)
  • Loading branch information
c-po committed May 11, 2023
1 parent 4729ac4 commit 72d2da1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docs/configuration/system/syslog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ sending the messages via port 514/UDP.
either UDP or TCP.


.. cfgcmd:: set system syslog vrf <name>

Specify name of the :abbr:`VRF (Virtual Routing and Forwarding)` instance.


Local User Account
------------------

Expand Down Expand Up @@ -238,8 +243,8 @@ Delete Logs

Deletes the specified user-defined file <text> in the /var/log/user directory

Note that deleting the log file does not stop the system from logging events.
If you use this command while the system is logging events, old log events
will be deleted, but events after the delete operation will be recorded in
the new file. To delete the file altogether, first delete logging to the
file using system syslog :ref:`custom-file` command, and then delete the file.
Note that deleting the log file does not stop the system from logging events.
If you use this command while the system is logging events, old log events
will be deleted, but events after the delete operation will be recorded in
the new file. To delete the file altogether, first delete logging to the
file using system syslog :ref:`custom-file` command, and then delete the file.

0 comments on commit 72d2da1

Please sign in to comment.