commit 0bb2e77283abb6a7550eb9615df1d7360e7dcbbb Author: Nick Mathewson nickm@torproject.org Date: Mon Oct 21 12:07:44 2019 -0400
changes file for 31999 --- changes/ticket31999 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/ticket31999 b/changes/ticket31999 new file mode 100644 index 000000000..31f230ee2 --- /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.
tor-commits@lists.torproject.org