** Patch added: "adds logging support"
https://bugs.launchpad.net/bugs/663164/+attachment/1701263/+files/loggingSupport.diff
--
missing support for logging
https://bugs.launchpad.net/bugs/663164
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
Public bug reported:
Binary package hint: python-daemon
The attached patch adds logging support: it is now possible to use
logging.Logger instances alongside files in the options
"files_preserve", "stdout", and "stderr".DaemonContext.open() then
keeps the files used by the listed loggers ope
Public bug reported:
Binary package hint: python-daemon
When combining chrooting with redirection of stdin/out/err to a file, an
exception occurs.
The cause is that in DaemonContext.open, "change_root_directory" is
called at line 320 before "redirect_stream" is called at line 719.
Redirect_str