diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-10-01 18:48:51 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-10-01 18:50:34 +0100 |
commit | 8174c6725b5271923930432d1927dd39cff3547c (patch) | |
tree | b70e23779e8ea31d6104b16922d94b894e19edee /changelog.d | |
parent | Update instructions to point to pip install (#3985) (diff) | |
download | synapse-8174c6725b5271923930432d1927dd39cff3547c.tar.xz |
Avoid reraise, to improve stacktraces
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3989.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3989.misc b/changelog.d/3989.misc new file mode 100644 index 0000000000..26700d168f --- /dev/null +++ b/changelog.d/3989.misc @@ -0,0 +1 @@ +Improve stacktraces in certain exceptions in the logs |