diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-21 12:07:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 07:50:13 -0400 |
commit | 0bb2e77283abb6a7550eb9615df1d7360e7dcbbb (patch) | |
tree | 653fc2b07b59d66165e21c23fd6934e608900b27 | |
parent | 6d15fab2dc377503aa20086723b6faf41a0a0d34 (diff) | |
download | tor-0bb2e77283abb6a7550eb9615df1d7360e7dcbbb.tar.gz tor-0bb2e77283abb6a7550eb9615df1d7360e7dcbbb.zip |
changes file for 31999
-rw-r--r-- | changes/ticket31999 | 6 |
1 files changed, 6 insertions, 0 deletions
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. |