Move to graduated oslo.log module

This removes the log module from the oslo incubator directory.

Change-Id: Ib017cc2777e27c58b376c3138c9fba614783cc34
This commit is contained in:
Louis Taylor
2015-03-09 13:35:20 +00:00
parent f428567ec0
commit 0acff569e0
89 changed files with 141 additions and 878 deletions

View File

@@ -19,13 +19,13 @@ import datetime
import functools
import uuid
from oslo_log import log as logging
from oslo_utils import timeutils
import six
from glance.common import exception
from glance.common import utils
from glance import i18n
import glance.openstack.common.log as logging
LOG = logging.getLogger(__name__)
_ = i18n._