tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 0bb2e77283abb6a7550eb9615df1d7360e7dcbbb
parent 6d15fab2dc377503aa20086723b6faf41a0a0d34
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 21 Oct 2019 12:07:44 -0400

changes file for 31999

Diffstat:
Achanges/ticket31999 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/ticket31999 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.