Skip to content
New issue

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

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

Already on GitHub? # to your account

Nitpicky logging change. #53

Closed
wants to merge 1 commit into from
Closed

Nitpicky logging change. #53

wants to merge 1 commit into from

Conversation

yoni
Copy link
Contributor

@yoni yoni commented Oct 2, 2012

Replace "Error output of" with "stderr output of" to ensure that folks know there's not actually any error.

This was especially annoying when writing a wrapper around Hadoop components. They log everything to stderr, so I kept seeing "Error", even though everything was working fine.

Replace with "stderr output of" to ensure that folks know there's not an error.

This was especially annoying when writing a wrapper around Hadoop components. They log everything to stderr, so I kept seeing "Error", even though everything was working fine.
@davetron5000
Copy link
Owner

Made a similar change for stdout and it turns out the tests were expecting that exact phrase. Updated them.

Which makes me think maybe there should be a way to configure those strings, but that's for another time.

Once this passes on Travis, I'll bump the version.

Thanks! Hadoop! Crazy! Can't believe they don't insist on Python :)

@yoni
Copy link
Contributor Author

yoni commented Oct 3, 2012

Awesome. Thanks Dave.

lol. This whole time I was under the impression that Travis was a person and that Travis was really nitpicky about log messages. ^_^

@davetron5000
Copy link
Owner

build passing, this will be in the next release

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

Successfully merging this pull request may close these issues.

2 participants