Comment 6 for bug 1184941

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (stable/grizzly)

Reviewed: https://review.openstack.org/31196
Committed: http://github.com/openstack/ceilometer/commit/ff94b0e6ed99469fec6830b0fb5c0aa3ee667195
Submitter: Jenkins
Branch: stable/grizzly

commit ff94b0e6ed99469fec6830b0fb5c0aa3ee667195
Author: Mark McLoughlin <email address hidden>
Date: Tue May 28 11:18:13 2013 +0100

    Don't use pecan to configure logging

    Fixes bug #1184941

    openstack.common.log gives a mechanism to configure logging and, by
    default, we will set up a handler on root logger. Using pecan to also
    configure a handler on the 'ironic' logger means every log message gets
    logged to console twice.

    It seems that the pecan logging configuration stuff is redundant with
    our existing logging configuration infrastructure.

    Change-Id: Iec0630b0e842e3b6a90021bf552d9b857c5a0552
    (cherry picked from commit e6a083fc5acb6f3ad03cc1df0943e4e746629128)