Comment 26 for bug 1324206

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

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

commit b668e85cb6d8d147fde22e2b43897ea2cc024db0
Author: Amrith Kumar <email address hidden>
Date: Thu Jul 17 10:45:27 2014 -0400

    Logging audit for trove/guestagent module

    Adjust logging to conform to logging standards. Found
    and fixed a pattern of not logging exception information.
    Cleaned up some messages that were unclear.

    Also addressed a pattern of having exception's using
    LOG.error to log the exception (rather than using
    LOG.exception).

    Change-Id: Idab510051321f4f9ed096c9972322530028ad2e6
    Partial-Bug: #1324206