From 302392a5d472d3e2e1086eaf064d59d4fd9abd40 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 17 Mar 2015 20:46:28 +0000 Subject: [PATCH] remove expected backtrace from logs This is an expected condition that does not need to have an entire backtrace dumped to the logs. Change-Id: I6272aed4f97136c0b0b849b198b0cb9dc935729a --- keystone/auth/controllers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/keystone/auth/controllers.py b/keystone/auth/controllers.py index 0d1027cdf5..cdac1aaa3e 100644 --- a/keystone/auth/controllers.py +++ b/keystone/auth/controllers.py @@ -207,7 +207,6 @@ class AuthInfo(object): # disabled. self._lookup_domain({'id': project_ref['domain_id']}) except exception.ProjectNotFound as e: - LOG.exception(six.text_type(e)) raise exception.Unauthorized(e) self._assert_project_is_enabled(project_ref) return project_ref