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

Recommend not redirecting stderr #57

Open
mvdbeek opened this issue Dec 19, 2019 · 1 comment
Open

Recommend not redirecting stderr #57

mvdbeek opened this issue Dec 19, 2019 · 1 comment

Comments

@mvdbeek
Copy link
Contributor

mvdbeek commented Dec 19, 2019

This makes tool debugging a lot harder. I encountered this with the raceid tools, but also other cases in the past. If a complete log file is necessary I'd recommend something like:

command > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)
@mvdbeek
Copy link
Contributor Author

mvdbeek commented Dec 19, 2019

playing around with this some more I think Galaxy should provide something like from_stderr in the data parameters ... Galaxy already captures this in the job run, and that would remove some particularly bad boiler plate from the wrappers.

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