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

Various fixes #32

Merged
merged 4 commits into from
Sep 12, 2016
Merged

Various fixes #32

merged 4 commits into from
Sep 12, 2016

Conversation

marktriggs
Copy link
Member

No description provided.

@@ -22,7 +22,7 @@ def call(task, *args)
readable.each do |fh|
if fh == stderr
fh.each do |line|
log.error(line.chomp)
log.info(line.chomp)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this going to be noisy?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, backwards brain

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, no worse :) We switched it over because all STDERR lines were marked as ERROR, which is a bit alarming as a default.

@jambun jambun merged commit 818a99a into master Sep 12, 2016
@jambun
Copy link
Member

jambun commented Sep 12, 2016

🐤

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

Successfully merging this pull request may close these issues.

2 participants