node-daemonize2
node-daemonize2 copied to clipboard
Allow setting stdio and stderr
Added a new parameter to Daemon.start for configuring stdio and stderr, this can be used as seen in the redirect example to redirect stdout and stderr to files. This is very useful for instrumenting processes whose logging cannot be easily changed.
+1 would be very useful