summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorhowardlee <lihongweibj@inspur.com>2016-11-07 16:00:40 +0800
committerhowardlee <lihongweibj@inspur.com>2016-11-07 19:49:56 +0800
commitb66d83e506856f8c7f83c029f3a925446f2575ee (patch)
treecc53195a7c9f87da7d22f26770ad1cb29fcd0f92 /requirements.txt
parent2a3db90cfb65fc569c4d3a9d9a19c046fc56aacf (diff)
downloadosprofiler-b66d83e506856f8c7f83c029f3a925446f2575ee.tar.gz
Replace logging with oslo_log
The oslo.log (logging) configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc). I think it's better to use the common logging module. Change-Id: If7674f12537d478d6f7403f9570b4b41e0a93ccd
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 525dd4f..feb916d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
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