Some modules are still using logging, this
patch is going to replace it.
Change-Id: Id79913376b946f4aff1be6a24b7c95dc21fc28cf
# under the License.
"""The Volume Image Metadata API extension."""
-import logging
-
import six
import webob
+from oslo_log import log as logging
+
from cinder.api import common
from cinder.api import extensions
from cinder.api.openstack import wsgi
"""
Filter support
"""
-import logging
+from oslo_log import log as logging
from cinder.openstack.common._i18n import _LI
from cinder.scheduler import base_handler
# License for the specific language governing permissions and limitations
# under the License.
-import logging
-
+from oslo_log import log as logging
import six
from cinder.scheduler import filters
# License for the specific language governing permissions and limitations
# under the License.
-import logging
+from oslo_log import log as logging
from cinder.scheduler import filters
Utility functions related to the Zone Manager.
"""
-import logging
-
from oslo_log import log
from cinder.i18n import _LI, _LW
from cinder.zonemanager import fc_zone_manager
LOG = log.getLogger(__name__)
-LOG.logger.setLevel(logging.DEBUG)
def create_zone_manager():