Merge "Replaces standard logging with common logging"
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
System-level utilities and helper functions.
|
System-level utilities and helper functions.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import logging
|
|
||||||
import random
|
import random
|
||||||
import shlex
|
import shlex
|
||||||
|
|
||||||
@@ -27,6 +26,7 @@ from eventlet.green import subprocess
|
|||||||
from eventlet import greenthread
|
from eventlet import greenthread
|
||||||
|
|
||||||
from openstack.common.gettextutils import _
|
from openstack.common.gettextutils import _
|
||||||
|
from openstack.common import log as logging
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user