Skip to content

Commit

Permalink
allow setting log level for vmc tunnel
Browse files Browse the repository at this point in the history
Change-Id: I0e67c971acfd25731f77b7d0f6aeef274f868824
  • Loading branch information
vito committed Jan 10, 2012
1 parent 19cc814 commit de6a025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/tunnel_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def start_tunnel(service, local_port, conn_info, auth)
:dst_host => conn_info['hostname'],
:dst_port => conn_info['port'],
:log_file => STDOUT,
:log_level => "ERROR",
:log_level => ENV["VMC_TUNNEL_DEBUG"] || "ERROR",
:auth_token => auth,
:quiet => true
})
Expand Down

0 comments on commit de6a025

Please sign in to comment.