puppet-tripleo/releasenotes/notes/haproxy-logging-13b333a7e9d9558e.yaml
Cédric Jeanneret 323cd64c58 Added new parameter: $activate_httplog
This allows to get the full HTTP log (and TCP if not HTTP) from HAProxy,
in case you need any debug from that central point.

In case you want timers for those entries, you might want to use the
already present "$haproxy_globals_override" parameter and set its
content to:
{ 'log' => '/dev/log local0 debug'  }

Change-Id: I4667317cbd453875585521b22b0ccbdb208f5353
Closes-Bug: 1733801
2017-11-22 21:33:38 +01:00

11 lines
266 B
YAML

---
features:
- |
Added new parameter to tripleo::haproxy: activate_httplog
This allows to activate the HTTP full logs in HAProxy.
fixes:
- Fixes `bug 1733801
<https://bugs.launchpad.net/tripleo/+bug/1733801>`__ so we can activate
haproxy logs.