14 | | |
15 | | |
16 | | |
17 | | Replying to [comment:2 Carlton Gibson]: |
18 | | > Hi Andrew, thanks. There was a pretty clear consensus on the PR to accept this change. |
19 | | > |
20 | | > > The other logging calls from response_for_exception() include the exception, it seems to only have been missed here. This allows better debugging and filtering of errors. |
21 | | > |
22 | | > ... as such I'm going to close as `wontfix`. |
23 | | > |
24 | | > If the traceback bothers you a custom formatter overriding [https://docs.python.org/3/library/logging.html#logging.Formatter.formatException formatException] would likely be the way to go. |