From 9348b1b440ad17b3a5dda52b5389bbaf6f23ed56 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 1 Jun 2021 12:16:06 -0400 Subject: [PATCH] changes file for #40175 --- changes/bug40175 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug40175 diff --git a/changes/bug40175 b/changes/bug40175 new file mode 100644 index 0000000000..aa2ce9566f --- /dev/null +++ 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.