diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-03-27 17:05:53 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-03-27 17:05:53 +0800 |
commit | e3ac33a32b29a25cc55458f2ccdf8b787cc34db1 (patch) | |
tree | 54e9581737962c08ebb018af42062d5a40075afa /share/newton_base | |
parent | cff8e544ae91024e3b229a248269d31359695feb (diff) |
Logging enhancement for netwon_base identity
Change-Id: Id0c0f42780474a5a9ab0ec91d4bd2e61d9bdff8c
Issue-ID: MULTICLOUD-177
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'share/newton_base')
-rw-r--r-- | share/newton_base/proxy/identityV3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/newton_base/proxy/identityV3.py b/share/newton_base/proxy/identityV3.py index 6c3c6262..a9a38ab7 100644 --- a/share/newton_base/proxy/identityV3.py +++ b/share/newton_base/proxy/identityV3.py @@ -152,6 +152,7 @@ class TokensV2(Tokens): self._logger = logger def get(self, request, vimid=""): + self._logger.info("vimid> %s" % vimid) self._logger.debug("TokensV2--get::META> %s" % request.META) return Response(data=v2_version_detail, status=status.HTTP_200_OK) |