pass winrm debug logging to vagrant logger

This commit is contained in:
Matt Wrock 2016-01-24 13:14:15 -08:00
parent 5b2566cd51
commit d3819d40bf
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ module VagrantPlugins
client = ::WinRM::WinRMWebService.new(endpoint, @config.transport.to_sym, endpoint_options)
client.set_timeout(@config.timeout)
client.logger = @logger
client
end