Changes between Initial Version and Version 1 of Ticket #33981
- Timestamp:
- Sep 5, 2022, 3:57:30 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33981 – Description
initial v1 39 39 }}} 40 40 41 The exception traceback bit should not be there in a log message about a handled exception - it pollutes the logs. 41 It looks like it was introduced in commit #84e98ba19456a03f355c3f01ba6c70d5f45ee260, as https://github.com/django/django/pull/13910. 42 43 The exception traceback bit should not be there in a log message about a handled exception, though - it pollutes the logs. 42 44 43 45 The problem is that removing the line of code in question and then running the Django unit tests then causes three tests to fail: