err/log: Stop closing stderr and stdout during shutdown

Closing these file descriptors can hide sanitiser logs.

Fixes bug 33087; bugfix on 0.4.1.6.
This commit is contained in:
teor
2020-02-12 12:47:15 +10:00
parent 0ff3e8f4a0
commit c8242e4c0a
7 changed files with 11 additions and 71 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (logging):
- Stop closing stderr and stdout during shutdown. Closing these file
descriptors can hide sanitiser logs.
Fixes bug 33087; bugfix on 0.4.1.6.