Merge "Changing logging to oslo_log"

This commit is contained in:
Zuul 2018-02-07 00:28:57 +00:00 committed by Gerrit Code Review
commit 9b48769d41
7 changed files with 7 additions and 7 deletions

View File

@ -16,8 +16,8 @@
import copy import copy
import json import json
import logging
import os import os
from oslo_log import log as logging
import socket import socket
import ssl import ssl

View File

@ -18,8 +18,8 @@
import errno import errno
import fcntl import fcntl
import logging
import os import os
from oslo_log import log as logging
import select import select
import signal import signal
import six import six

View File

@ -11,7 +11,7 @@
# under the License. # under the License.
import argparse import argparse
import logging from oslo_log import log as logging
from osc_lib import utils from osc_lib import utils

View File

@ -13,8 +13,8 @@
import argparse import argparse
from contextlib import closing from contextlib import closing
import io import io
import logging
import os import os
from oslo_log import log as logging
import tarfile import tarfile
import time import time

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
import logging from oslo_log import log as logging
from osc_lib.command import command from osc_lib.command import command
from osc_lib import utils from osc_lib import utils

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
import logging from oslo_log import log as logging
from osc_lib.command import command from osc_lib.command import command
from osc_lib import utils from osc_lib import utils

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
import logging from oslo_log import log as logging
from osc_lib.command import command from osc_lib.command import command
from osc_lib import utils from osc_lib import utils