diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-08-07 09:46:26 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-07 11:22:59 +0000 |
commit | 6e4cac26ffc3781a3e04f7516a127930024aef7f (patch) | |
tree | 5df747549a065b196a23a3bd6dba51a330c5d2ab | |
parent | e96e7bc19ae96568818d9f3726c22427aa7baa39 (diff) | |
download | vyos-documentation-6e4cac26ffc3781a3e04f7516a127930024aef7f.tar.gz vyos-documentation-6e4cac26ffc3781a3e04f7516a127930024aef7f.zip |
T6539: Add documentation for reverse proxy logging configurationmergify/bp/sagitta/pr-1514
(cherry picked from commit d624058e258ec0f7a77f7a3990b7fffb18a43ea1)
-rw-r--r-- | docs/configuration/loadbalancing/reverse-proxy.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/configuration/loadbalancing/reverse-proxy.rst b/docs/configuration/loadbalancing/reverse-proxy.rst index 9cb49a7f..32be85c8 100644 --- a/docs/configuration/loadbalancing/reverse-proxy.rst +++ b/docs/configuration/loadbalancing/reverse-proxy.rst @@ -50,6 +50,13 @@ Service Set custom HTTP headers to be included in all responses +.. cfgcmd:: set load-balancing reverse-proxy service <name> logging facility + <facility> level <level> + + Specify facility and level for logging. + For an explanation on :ref:`syslog_facilities` and :ref:`syslog_severity_level` + see tables in syslog configuration section. + Rules ^^^^^ @@ -160,6 +167,13 @@ Backend Set custom HTTP headers to be included in all responses using the backend +.. cfgcmd:: set load-balancing reverse-proxy backend <name> logging facility + <facility> level <level> + + Specify facility and level for logging. + For an explanation on :ref:`syslog_facilities` and :ref:`syslog_severity_level` + see tables in syslog configuration section. + Global ------- @@ -181,6 +195,12 @@ Global parameters Specify the minimum required TLS version 1.2 or 1.3 +.. cfgcmd:: set load-balancing reverse-proxy global-parameters logging + facility <facility> level <level> + + Specify facility and level for logging. + For an explanation on :ref:`syslog_facilities` and :ref:`syslog_severity_level` + see tables in syslog configuration section. Health checks ============= |