From: elijah Date: Thu, 30 Oct 2014 21:03:28 +0000 (-0700) Subject: less verbose net-ssh logging X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=49fa70f2503fa3112e9f5dcfa791f4ae49519deb;p=leap%2Fleap_cli.git less verbose net-ssh logging --- diff --git a/lib/leap_cli/util/remote_command.rb b/lib/leap_cli/util/remote_command.rb index f4725de..6353e36 100644 --- a/lib/leap_cli/util/remote_command.rb +++ b/lib/leap_cli/util/remote_command.rb @@ -85,9 +85,9 @@ module LeapCli; module Util; module RemoteCommand def net_ssh_log_level case LeapCli.log_level - when 0 then 3 - when 1 then 2 - when 2 then 1 + when 1 then 3 + when 2 then 2 + when 3 then 1 else 0 end end