diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-06-01 12:16:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-06-01 12:16:35 -0400 |
commit | f832b4bcee8fecaf3cead668f49397ddd4471764 (patch) | |
tree | bf039f21fef767a23f4f9801054e4b1243fdfeb8 | |
parent | 83009f80036176ebad5af3f887ff6d12329cd1c5 (diff) | |
parent | 9348b1b440ad17b3a5dda52b5389bbaf6f23ed56 (diff) | |
download | tor-f832b4bcee8fecaf3cead668f49397ddd4471764.tar.gz tor-f832b4bcee8fecaf3cead668f49397ddd4471764.zip |
Merge branch 'bug40175_045' into maint-0.4.6
-rw-r--r-- | changes/bug40175 | 5 |
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. |