Replace logging with oslo_log.

The oslo.log (logging) configuration library provides standardized
configuration for all openstack projects. It also provides custom
formatters, handlers and support for context specific logging (like
resource id's etc).

Change-Id: I3117a6c9b5283005ee604f569bc4549acc2d3160
This commit is contained in:
zhouyunfeng 2016-12-16 10:35:32 +08:00 committed by yunfeng zhou
parent 6cfcad82d6
commit 4109161740
1 changed files with 0 additions and 3 deletions

View File

@ -15,15 +15,12 @@
import copy
import json
import logging
import six
from six.moves.urllib import parse
from saharaclient._i18n import _
LOG = logging.getLogger(__name__)
class Resource(object):
resource_name = 'Something'