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

Dump run errors to stderr #3209

Merged
merged 2 commits into from
Jul 1, 2015
Merged

Dump run errors to stderr #3209

merged 2 commits into from
Jul 1, 2015

Conversation

otoolep
Copy link
Contributor

@otoolep otoolep commented Jul 1, 2015

When run as service, stdout goes to /dev/null by default. This means
that Run() errors are not visible in the logs, which is tough to debug.
This change will ensure that when run as a service, Run() errors appear
at stderr, which is to the logs by default.

When run as service, stdout goes to /dev/null by default. This means
that Run() errors are not visible in the logs, which is tough to debug.
This change will ensure that when run as a service, Run() errors appear
at stderr, which are routed to the logs by default.
@otoolep
Copy link
Contributor Author

otoolep commented Jul 1, 2015

@toddboom @corylanou

@otoolep otoolep added this to the 0.9.1 milestone Jul 1, 2015
@otoolep otoolep self-assigned this Jul 1, 2015
@toddboom
Copy link
Contributor

toddboom commented Jul 1, 2015

@otoolep lgtm, seems pretty straightforward

otoolep added a commit that referenced this pull request Jul 1, 2015
@otoolep otoolep merged commit 569d23c into master Jul 1, 2015
@otoolep otoolep deleted the parse_errors_stderr branch July 1, 2015 21:05
@otoolep
Copy link
Contributor Author

otoolep commented Jul 1, 2015

Cherry-picked to 0.9.1.

@toddboom
Copy link
Contributor

toddboom commented Jul 1, 2015

👏 👏 👏

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