diff --git a/keystoneclient/middleware/auth_token.py b/keystoneclient/middleware/auth_token.py index 6dc7c931d..da32a5089 100644 --- a/keystoneclient/middleware/auth_token.py +++ b/keystoneclient/middleware/auth_token.py @@ -900,6 +900,9 @@ class AuthProtocol(object): 'X-Role': roles, } + self.LOG.debug("Received request from user: %s with project_id : %s" + " and roles: %s ", user_id, project_id, roles) + try: catalog = catalog_root[catalog_key] rval['X-Service-Catalog'] = jsonutils.dumps(catalog)