summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-06-01 12:16:06 -0400
committerNick Mathewson <nickm@torproject.org>2021-06-01 12:16:06 -0400
commit9348b1b440ad17b3a5dda52b5389bbaf6f23ed56 (patch)
treecfb80e37534ff99cb9104224fdb20403c4190ad8
parentfc3d4e4c2fb527954780ba958659e70f35fffe6c (diff)
downloadtor-9348b1b440ad17b3a5dda52b5389bbaf6f23ed56.tar.gz
tor-9348b1b440ad17b3a5dda52b5389bbaf6f23ed56.zip
changes file for #40175
-rw-r--r--changes/bug401755
1 files changed, 5 insertions, 0 deletions
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.