Use openstack.common.log for logging.
- We are not using openstack.common.notifier just yet so handedit openstack.common.log to use cinder.notifier now. Change-Id: I9d912904c53a8ef5d90b4ab5792f5577701b6817
This commit is contained in:
@@ -29,7 +29,7 @@ import sys
|
||||
|
||||
import webob.exc
|
||||
|
||||
from cinder import log as logging
|
||||
from cinder.openstack.common import log as logging
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user