pass winrm debug logging to vagrant logger
This commit is contained in:
parent
5b2566cd51
commit
d3819d40bf
|
@ -170,6 +170,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
client = ::WinRM::WinRMWebService.new(endpoint, @config.transport.to_sym, endpoint_options)
|
client = ::WinRM::WinRMWebService.new(endpoint, @config.transport.to_sym, endpoint_options)
|
||||||
client.set_timeout(@config.timeout)
|
client.set_timeout(@config.timeout)
|
||||||
|
client.logger = @logger
|
||||||
client
|
client
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue