Subject: | Options to append STDOUT and STDERR to the file |
In the current version of the module child_STDOUT and child_STDERR
overwrites files when daemon starts. So, when my daemon restarts on
system reboot or for another reason all logs becomes empty.
I think Proc::Daemon needs some options to specify open mode, to get
available appending STDOUT and STDERR to the file instead of overwriting it.