← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1634258] Re: Errors in the upstream OVS Python IDL lib are not logged anywhere

 

Reviewed:  https://review.openstack.org/387672
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=93104d3d703153cb99d67dfe62097f8332d1af97
Submitter: Jenkins
Branch:    master

commit 93104d3d703153cb99d67dfe62097f8332d1af97
Author: Terry Wilson <twilson@xxxxxxxxxx>
Date:   Fri Oct 14 17:07:08 2016 -0500

    Log OVS IDL library errors to neutron logs
    
    The OVS IDL library, instead of passing exceptions, logs them
    via its Vlog wrapper around Python's logging module. Currently,
    we aren't getting any of these log messages. This patch replaces
    the Vlog class log methods with the equivalent oslo_log methods.
    
    Closes-Bug: #1634258
    Change-Id: Id5a55b5fc323641d0dfd6e3e78b2d2422482fbe0


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1634258

Title:
  Errors in the upstream OVS Python IDL lib are not logged anywhere

Status in neutron:
  Fix Released

Bug description:
  The OVS IDL library, instead of passing exceptions, logs them via its
  Vlog wrapper around Python's logging module. Currently, we aren't
  getting any of these log messages. Since the library also doesn't pass
  exceptions to use, instead catching and logging them, this makes
  debugging difficult.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1634258/+subscriptions


References