Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

write stdout/stderr to a log file under the deploy directory #28

Open
gregcaporaso opened this issue Apr 30, 2013 · 3 comments
Open

write stdout/stderr to a log file under the deploy directory #28

gregcaporaso opened this issue Apr 30, 2013 · 3 comments

Comments

@gregcaporaso
Copy link
Contributor

It would be convenient for debugging failed runs if stdout/stderr were written to a log file under the deploy directory. Currently I think if you lose stdout/stderr you're out of luck.

@pdmars
Copy link
Contributor

pdmars commented Apr 30, 2013

OK. I think that's probably a good idea. I typically try to avoid adding additional options/stuff when things are already possible within an environment, but I can understand many users don't know to tack on "2>&1 | tee output.log" to the command. Should it be an option to enable it? Or enable by default and include an option to suppress it?

@gregcaporaso
Copy link
Contributor Author

I say enable by default and allow the user to suppress, but whatever you
prefer is fine with me.

On Tue, Apr 30, 2013 at 8:42 AM, Paul [email protected] wrote:

OK. I think that's probably a good idea. I typically try to avoid adding
additional options/stuff when things are already possible within an
environment, but I can understand many users don't know to tack on "2>&1 |
tee output.log" to the command. Should it be an option to enable it? Or
enable by default and include an option to suppress it?


Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-17235169
.

@pdmars
Copy link
Contributor

pdmars commented Apr 30, 2013

Sounds good.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants