Contribute #964 upstream. > Fixes the exception below by using [`exc_info=True`](https://docs.python.org/3/library/logging.html) to print a full stack trace. > > ``` > AttributeError /auth/complete/{backend}/ > 'KeyError' object has no attribute 'message' > ```
Contribute #964 upstream.