Skip to content

Commit

Permalink
T6539: Add documentation for reverse proxy logging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nvollmar committed Aug 7, 2024
1 parent 73bacac commit d624058
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/configuration/loadbalancing/reverse-proxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^
Expand Down Expand Up @@ -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
-------
Expand All @@ -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
=============
Expand Down

0 comments on commit d624058

Please sign in to comment.