vagrant.rst
changeset 2308 caadfc329ea2
parent 2307 08aa10b9c7ff
child 2309 b7cd886c07b5
equal deleted inserted replaced
2307:08aa10b9c7ff 2308:caadfc329ea2
   173 
   173 
   174 To add timestamps use one of::
   174 To add timestamps use one of::
   175 
   175 
   176   VAGRANT_LOG_TIMESTAMP=1 vagrant up
   176   VAGRANT_LOG_TIMESTAMP=1 vagrant up
   177   vagrant up --timestamp
   177   vagrant up --timestamp
       
   178 
       
   179 To add both as option::
       
   180 
       
   181   vagrant up --debug-timestamp
   178 
   182 
   179 https://www.vagrantup.com/docs/other/environmental-variables.html
   183 https://www.vagrantup.com/docs/other/environmental-variables.html
   180   Environmental Variables. ``VAGRANT_LOG``.
   184   Environmental Variables. ``VAGRANT_LOG``.
   181 
   185 
   182 Running individual provisioning scripts
   186 Running individual provisioning scripts