changes file for 31999

This commit is contained in:
Nick Mathewson 2019-10-21 12:07:44 -04:00
parent 6d15fab2dc
commit 0bb2e77283

6
changes/ticket31999 Normal file
View File

@ -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.