diff options
author | liangke <lokyse@163.com> | 2018-03-15 17:00:43 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2018-03-21 10:40:48 +0800 |
commit | 50ffbc20b6e236581becbe66c9c33af8c0550451 (patch) | |
tree | b3d074b6d3b522d6ee67da769d83c2f13050c34d /multivimbroker/requirements.txt | |
parent | 9a0d43b54519c8e08683e522255370ccba137902 (diff) |
Fix framework logging format
Update the logging format.
Add context middleware to set MDC attributes.
Allow framework to transmit request headers,So backend plugin
could get "TransactionID" from framework.
Change-Id: Ib918489a4a3e2069046471b42810fe4d1cbcb374
Issue-ID: MULTICLOUD-151
Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'multivimbroker/requirements.txt')
-rw-r--r-- | multivimbroker/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multivimbroker/requirements.txt b/multivimbroker/requirements.txt index 1378612..ef24d49 100644 --- a/multivimbroker/requirements.txt +++ b/multivimbroker/requirements.txt @@ -24,4 +24,4 @@ mock==2.0.0 unittest_xml_reporting==1.12.0 # for onap logging -onappylog>=1.0.5
\ No newline at end of file +onappylog>=1.0.6
\ No newline at end of file |