schubergphilis / vagrant-chef-zero

Vagrant Plugin for Chef Zero
Apache License 2.0
91 stars 42 forks source link

Vagrant version specific logging (Fixes #41) #47

Closed andrewhavens closed 10 years ago

andrewhavens commented 10 years ago

Vagrant changed it's logging API in version 1.5. This pull request fixes issue #41 by using the correct logging API based on the version of Vagrant that is loaded. The source from this was copied from https://github.com/sneal/vagrant-butcher/commit/80c87eaef0fa8ab17362b9eaad41033dd2cccbe7

andrewgross commented 10 years ago

Thanks @andrewhavens I have taken this code and merged it in, just not through the PR. Check out 0.7.0 and let me know how it works for you.