Comment 2 for bug 1733801

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.openstack.org/522177
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=323cd64c5829812545a7aa3afea5617566d6bbdf
Submitter: Zuul
Branch: master

commit 323cd64c5829812545a7aa3afea5617566d6bbdf
Author: Cédric Jeanneret <email address hidden>
Date: Wed Nov 22 09:42:23 2017 +0100

    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