Skip to content

Document the need for merging stderr #2

@rcarmo

Description

@rcarmo

The Procfile currently invokes Node by merging stderr and stdout and piping the result through cat:

web: ./index.js 2>&1 | cat

This should be added to the Piku docs someplace, since

a) I can't (yet) find a uwsgi setting for properly handling subprocess stderr in a way that this goes away (which would be ideal)
b) It's likely to be necessary for more binaries

looping @chr15m for commentary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions