mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
more exc_info
This commit is contained in:
@@ -166,7 +166,7 @@ class RedisClient:
|
||||
|
||||
def __handle_exception(self, e, raise_exception, operation, key_name):
|
||||
current_app.logger.exception(
|
||||
"Redis error performing {} on {}".format(operation, key_name)
|
||||
"Redis error performing {} on {}".format(operation, key_name), exc_info=True
|
||||
)
|
||||
if raise_exception:
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user