Comment 34 for bug 1324206

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

Reviewed: https://review.openstack.org/105294
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=a99b787cc24301fea472dd2d997e66369a40db75
Submitter: Jenkins
Branch: master

commit a99b787cc24301fea472dd2d997e66369a40db75
Author: Simon Chang <email address hidden>
Date: Mon Jul 7 18:37:57 2014 -0400

    Adjusted audit logging for trove.instance module

    The trove.instance module is logging some verbose debug data at the
    info level, and some info messages at the debug level. Some log
    entries are also lacking context because of missing identifiers such
    as InstanceID and TenantID.

    Changed logging level of various messages to conform to standard,
    added references to various ID's as needed.

    Change-Id: I3bb569529befa2b2497d2d5a094e3306e569422c
    Partial-Bug: #1324206