diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-08-07 09:46:26 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-08-07 09:46:26 +0200 |
commit | d624058e258ec0f7a77f7a3990b7fffb18a43ea1 (patch) | |
tree | 205573b6cc75580080630d6e6f721908e331dbc5 | |
parent | 73bacacd6f69d0e4339ccd4585958da01c1ad67d (diff) | |
download | vyos-documentation-d624058e258ec0f7a77f7a3990b7fffb18a43ea1.tar.gz vyos-documentation-d624058e258ec0f7a77f7a3990b7fffb18a43ea1.zip |
T6539: Add documentation for reverse proxy logging configuration
-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 ============= |