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: I1f1adb198c34da711cd7e8e370d39a9e3cea6f50
This commit is contained in:
zhouyunfeng 2016-12-16 10:56:12 +08:00 committed by Steve Martinelli
parent 9ac29418e6
commit bb89d928d6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from oslo_log import log as logging
from pycadf import cadftaxonomy as taxonomy
from pycadf import host