diff options
author | liangke <lokyse@163.com> | 2018-03-15 16:40:22 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2018-03-21 10:44:48 +0800 |
commit | 43caad57874925f46284cfaa8849d6d86a21a2bf (patch) | |
tree | d1447300ece42a4908b842ba1ce3a7e84c347245 /vio/requirements.txt | |
parent | e71f617b40c067d8c25f822d0ceb99d5b2fa09ed (diff) |
Fix vio logging format
Update the logging format.
Add context middleware to set MDC attributes.
Change-Id: Ie6fc6848f38ebc74312b1831a5bb609f4060b406
Issue-ID: MULTICLOUD-151
Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'vio/requirements.txt')
-rw-r--r-- | vio/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/requirements.txt b/vio/requirements.txt index 9c2a4b4..32384a9 100644 --- a/vio/requirements.txt +++ b/vio/requirements.txt @@ -23,4 +23,4 @@ mock==2.0.0 unittest_xml_reporting==1.12.0 # for onap logging -onappylog>=1.0.5 +onappylog>=1.0.6 |