Skip to content

Separate log files for stdout and stderr #4

Closed
@cadorn

Description

@cadorn

I need stdout and stderr in separate log files. Would send pull request if I knew C.

Current signature:

require("daemon").daemonize(logPath, pidFile, ...

Proposed optional new signature:

require("daemon").daemonize({
    stdout: stdoutLogPath,
    stderr: stderrLogPath
}, pidFile, ...

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions