Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builds:output uses STDERR instead of STDOUT #97

Open
nightpool opened this issue May 25, 2021 · 0 comments
Open

builds:output uses STDERR instead of STDOUT #97

nightpool opened this issue May 25, 2021 · 0 comments

Comments

@nightpool
Copy link

When running heroku builds:output, the build output is printed on STDERR, rather than STDOUT. This makes it harder to write the output to a file or process it using any other standard unix tools. I was able to work around it using 2>&1, but that's hard to remember and may not be obvious to less experienced users. Plus, it means actual STDERR messages, like deprecation warnings from node, get mixed in with the build output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant