323cd64c58
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
11 lines
266 B
YAML
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.
|