diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-05-09 14:09:18 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-05-09 14:09:18 +0200 |
commit | 8485fd30089168b4db085cc8e61ec177b4b3b03b (patch) | |
tree | c7e2a4a5c3ccc6b3d1b018f6cce0b5e67f515c31 /lib/oxidized/input/ssh.rb | |
parent | 4f7ccac68649d6505ba7bb287799c964ae848664 (diff) |
reduce logspam - auth methods are debug, not info
Diffstat (limited to 'lib/oxidized/input/ssh.rb')
-rw-r--r-- | lib/oxidized/input/ssh.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/input/ssh.rb b/lib/oxidized/input/ssh.rb index 3bac619..780bdf2 100644 --- a/lib/oxidized/input/ssh.rb +++ b/lib/oxidized/input/ssh.rb @@ -35,7 +35,7 @@ module Oxidized auth_methods = vars(:auth_methods) || %w(none publickey password) ssh_opts[:auth_methods] = auth_methods - Oxidized.logger.info "AUTH METHODS::#{auth_methods}" + Oxidized.logger.debug "AUTH METHODS::#{auth_methods}" if proxy_host = vars(:ssh_proxy) proxy_command = "ssh " |