Skip to content

Commit

Permalink
Change Cisco IOS transport log level to INFO (#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Aldrich <[email protected]>
  • Loading branch information
jerryaldrichiii authored and arlimus committed May 15, 2018
1 parent e991f66 commit 63f40d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/train/transports/cisco_ios_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class BadEnablePassword < Train::TransportError; end
def initialize(options)
super(options)

logger.level = Logger::INFO

# Extract options to avoid passing them in to `Net::SSH.start` later
@host = options.delete(:host)
@user = options.delete(:user)
Expand Down

0 comments on commit 63f40d2

Please sign in to comment.