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

vagrant up: Write program to log output #7

Open
jkeenan opened this issue Jun 4, 2018 · 1 comment
Open

vagrant up: Write program to log output #7

jkeenan opened this issue Jun 4, 2018 · 1 comment
Assignees

Comments

@jkeenan
Copy link
Member

jkeenan commented Jun 4, 2018

On the host we will repeatedly be setting up VMs for either developmental or production purposes. Assuming we are using vagrant in the installation/provisioning process, it's likely that we will be calling vagrant up repeatedly for a given VM until we've thoroughly debugged the process. We need to log the output of each such call for diagnostic purposes.

Write a program which wraps around vagrant up
and logs the output to a file on the host. The output should be grepped
before written to file to remove superfluous output, then gzipped and
timestamped so that we can distinguish among invocations.

@jkeenan jkeenan self-assigned this Jun 4, 2018
@jkeenan
Copy link
Member Author

jkeenan commented Jul 8, 2018

I've gotten side-tracked on this and probably won't get back to it until after we see how test-against-dev works for perl-5.29.1 around July 20 or 21.

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