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

Wrapped binaries should emit information to a file rather than stderr #11

Open
JasonGross opened this issue Nov 10, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@JasonGross
Copy link
Member

JasonGross commented Nov 10, 2021

This might let us debug coq-tools. We'll have to be careful about parallel builds, maybe we should do something like exec >>(tee -a /path/to/log-file-`date +%s`-$$.stdout.log) 2>>(tee -a /path/to/log-file-`date +%s`-$$.stderr.log >&2) and that way we can get time-ordering and also a lack of parallel collision?

@JasonGross JasonGross added the enhancement New feature or request label Nov 10, 2021
@JasonGross JasonGross self-assigned this Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant