diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-07-31 11:07:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-31 11:07:07 +0200 |
| commit | c332e96cd1f33b047dad72929137f64b992f34f6 (patch) | |
| tree | fdc97e92e7c051684325a69111f60c44401f8cfb /interface-definitions/include/haproxy | |
| parent | 6a6b8616a9f2cae6f2fa3e31b7ff75365bae86e6 (diff) | |
| parent | fb07945a9d52d5c4b594f4378de95b46a654dbb7 (diff) | |
| download | vyos-1x-c332e96cd1f33b047dad72929137f64b992f34f6.tar.gz vyos-1x-c332e96cd1f33b047dad72929137f64b992f34f6.zip | |
Merge pull request #3913 from vyos/mergify/bp/sagitta/pr-3753
T6539: add logging options to load-balancer reverse-proxy (backport #3753)
Diffstat (limited to 'interface-definitions/include/haproxy')
| -rw-r--r-- | interface-definitions/include/haproxy/logging.xml.i | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/interface-definitions/include/haproxy/logging.xml.i b/interface-definitions/include/haproxy/logging.xml.i new file mode 100644 index 000000000..e0af54fa4 --- /dev/null +++ b/interface-definitions/include/haproxy/logging.xml.i @@ -0,0 +1,10 @@ +<!-- include start from haproxy/logging.xml.i --> +<node name="logging"> + <properties> + <help>Logging parameters</help> + </properties> + <children> + #include <include/syslog-facility.xml.i> + </children> +</node> +<!-- include end --> |
