Merge branch 'from_setconf_removal_squashed'

This commit is contained in:
Nick Mathewson
2019-10-22 07:50:42 -04:00
11 changed files with 300 additions and 79 deletions
+6
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.