Merge "Replace logging with oslo_log"
This commit is contained in:
commit
7f8dfd65d2
@ -14,8 +14,8 @@
|
||||
# under the License.
|
||||
|
||||
import datetime
|
||||
import logging as log
|
||||
|
||||
from oslo_log import log
|
||||
import six.moves.urllib.parse as urlparse
|
||||
|
||||
from osprofiler import _utils
|
||||
|
@ -1,5 +1,6 @@
|
||||
six>=1.9.0 # MIT
|
||||
oslo.messaging>=5.2.0 # Apache-2.0
|
||||
oslo.log>=3.11.0 # Apache-2.0
|
||||
oslo.utils>=3.16.0 # Apache-2.0
|
||||
WebOb>=1.6.0 # MIT
|
||||
requests>=2.10.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user