Comment 2 for bug 1542227

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

Reviewed: https://review.openstack.org/278502
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=b5311f63dbf5787bda3495a58c8ef7a6a557daa4
Submitter: Jenkins
Branch: master

commit b5311f63dbf5787bda3495a58c8ef7a6a557daa4
Author: gh159m <email address hidden>
Date: Wed Feb 10 10:36:59 2016 -0600

    Removed default value for log_statsd_host

    Multiple files and documents showed that log_statsd_host had
    a default value, usually localhost. This was incorrect, instead
    setting a value for log_statsd_host enables statsd logging.

    Removed any reference of log_statsd_host having a default value.

    Also changed descriptions to show setting a value enables logging.

    Change-Id: I3ca5c0e8b8e4981de3aa6db0c476072b5a59723d
    Closes-Bug: #1542227