You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: