Skip to content

Document the need for merging stderr #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions