-
Notifications
You must be signed in to change notification settings - Fork 109
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
stdout/stderr #144
Comments
That is a surprising info. How do you execute it? Can you give me some output that is redirected to stderr? |
docker-squash hello-world -t hello-world-squashed 2>/dev/null |
I can confirm this. I'll take a look, thanks! |
It looks that the |
If possible, can you also publish this fix to PyPI later on? Thanks for the fast solution! |
Yes, definitely. This will be part of |
INFO goes to stdout, everything else goes to stderr Fixes #144
Send messages to appropriate streams
Hi, it seems that docker-squash is using the stderr stream to provide info messages.
However this breaks automated build systems, which rely on stderr to detect actual errors.
Is this intended behaviour?
Thanks for checking.
Name: docker-squash
Version: 1.0.5 (from pip)
The text was updated successfully, but these errors were encountered: