From: Nick Mathewson Date: Mon, 21 Oct 2019 16:07:44 +0000 (-0400) Subject: changes file for 31999 X-Git-Tag: tor-0.4.3.1-alpha~283^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bb2e77283abb6a7550eb9615df1d7360e7dcbbb;p=thirdparty%2Ftor.git changes file for 31999 --- diff --git a/changes/ticket31999 b/changes/ticket31999 new file mode 100644 index 0000000000..31f230ee20 --- /dev/null +++ b/changes/ticket31999 @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Our default log (which ordinarily sends NOTICE-level message to + standard output) is now handled in a more logical manner. Previously, + we replaced the configured log options if they were empty. + Now, we interpret an empty set of log options as meaning "use the + default log". Closes ticket 31999.