Skip Menu |

This queue is for tickets about the Daemon-Generic CPAN distribution.

Report information
The Basics
Id: 83087
Status: resolved
Priority: 0/
Queue: Daemon-Generic

People
Owner: Nobody in particular
Requestors: clintonmead [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Feature-Request: Add option to redirect stdout/stderr to same or separate files.
Date: Fri, 1 Feb 2013 19:03:27 +1100
To: bug-Daemon-Generic [...] rt.cpan.org
From: Clinton Mead <clintonmead [...] gmail.com>
Add option to redirect stdout/stderr to same or separate files. To a certain extent, the user can do this, but redirecting STDOUT/STDERR in their own code, but this still misses any output that may have been produced (perhaps due to an error) before 'gd_run' is called. Also this is a common task so it would be good to place it in the library.
I'm not going to add a feature for this but I did fix the code and the documentation. This behavior can be done by the user easily in the new method gd_reopen_output().