Switch to common logging.

I only just moved logging from nova to common, so behavior should remain the same.

Change-Id: I1d7304ca200f9d024bb7244d25be2f9a670318fb
This commit is contained in:
Andrew Bogott
2012-06-28 15:59:23 -05:00
parent 2038e933bd
commit d335457f48
243 changed files with 456 additions and 665 deletions

View File

@@ -23,11 +23,11 @@ import nova.context
from nova import db
from nova import exception
from nova import flags
from nova import log
from nova import network
from nova.network import model as network_model
from nova.notifier import api as notifier_api
from nova.openstack.common import cfg
from nova.openstack.common import log
from nova.openstack.common import timeutils
from nova import utils