Skip to content

Commit

Permalink
T6721: add documentation for global syslog config options
Browse files Browse the repository at this point in the history
  • Loading branch information
nvollmar committed Sep 17, 2024
1 parent d56c8b0 commit 1799e3f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/configuration/system/syslog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ Syslog supports logging to multiple targets, those targets could be a plain
file on your VyOS installation itself, a serial console or a remote syslog
server which is reached via :abbr:`IP (Internet Protocol)` UDP/TCP.

Global
------

.. cfgcmd:: system syslog global interval <number>

Specify when mark messages are to be written to output modules, specified in seconds.

.. cfgcmd:: system syslog global preserve-fqdn

If set, the domain part of the hostname is always sent,
even within the same domain as the receiving system.

.. cfgcmd:: system rsyslog global facility <keyword> level <keyword>

Filter syslog messages based on facility and level.


Console
-------

Expand Down

0 comments on commit 1799e3f

Please sign in to comment.