[Bug 663164] Re: missing support for logging

2010-10-19 Thread Bud P. Bruegger
** 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

[Bug 663164] [NEW] missing support for logging

2010-10-19 Thread Bud P. Bruegger
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

[Bug 662682] [NEW] chroot_directory conflicts with stdin/out/err options

2010-10-18 Thread Bud P. Bruegger
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