summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-08-07 13:38:04 +0200
committerGitHub <noreply@github.com>2024-08-07 13:38:04 +0200
commitb3c88ce74db5b7a03e818935f4a690149fa641a2 (patch)
tree5df747549a065b196a23a3bd6dba51a330c5d2ab
parente96e7bc19ae96568818d9f3726c22427aa7baa39 (diff)
parent6e4cac26ffc3781a3e04f7516a127930024aef7f (diff)
downloadvyos-documentation-b3c88ce74db5b7a03e818935f4a690149fa641a2.tar.gz
vyos-documentation-b3c88ce74db5b7a03e818935f4a690149fa641a2.zip
Merge pull request #1515 from vyos/mergify/bp/sagitta/pr-1514
T6539: Add documentation for reverse proxy logging configuration (backport #1514)
-rw-r--r--docs/configuration/loadbalancing/reverse-proxy.rst20
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
=============