Make use of graduated oslo.log module

* use oslo.log for logging functionality
* get rid of the file /mistral/openstack/common/log.py

Implements: blueprint mistral-log-enhancement
Partial-Bug: #1459188

Change-Id: I6b62cffda0a20b6caf59cc30bcc33c21ae1e5898
This commit is contained in:
LingxianKong
2015-04-10 16:29:42 +08:00
parent 7f4f19fbe1
commit a674853d62
73 changed files with 94 additions and 827 deletions

View File

@@ -17,8 +17,9 @@
import abc
import copy
from oslo_log import log as logging
from mistral import exceptions as exc
from mistral.openstack.common import log as logging
from mistral import utils as u
from mistral.workbook import parser as spec_parser
from mistral.workflow import commands