commit 6c82015959a58e4771c31ec612afc22844e199ce parent 6994a8d217c166a18437bbe9ce4a4be009438d07 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 1 Jun 2021 12:16:42 -0400 Merge branch 'maint-0.4.6' Diffstat:
| A | changes/bug40175 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/bug40175 b/changes/bug40175 @@ -0,0 +1,5 @@ + o Minor features (logging, diagnostic): + - Log decompression failures at a higher severity level, since they + can help provide missing context for other warning messages. + We rate-limit these messages, to avoid flooding the logs if they + begin to occur frequently. Closes ticket 40175.