Include LogLevel option within ssh command setup
This commit is contained in:
parent
cb70749bd8
commit
7ba4f2087b
|
@ -87,6 +87,7 @@ module VagrantPlugins
|
|||
# rsh cmd option
|
||||
rsh = [
|
||||
"ssh", "-p", "#{ssh_info[:port]}",
|
||||
"-o", "LogLevel=#{log_level}",
|
||||
proxy_command,
|
||||
control_options,
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue