File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1010### Fixed
1111- fixed --list-models (@nickhilliard )
1212- return exception if host specification line returns no hosts (@nickhilliard )
13+ - Oxidized.setup_logger no longer present in oxidized.rb
1314
1415## [ 0.7.0 - 2025-01-21]
1516
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ Usage: oxs [options] hostname [command]
6969require 'oxidized/script'
7070
7171Oxidized::Config.load
72- Oxidized.setup_logger
7372
7473Oxidized::Script.new(:host=>'62.236.123.199') do |oxs|
7574 puts oxs.cmd 'show mac address-table dynamic vlan 101'
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ def initialize
4949 @args , @opts = opts_parse load_dynamic
5050
5151 Config . load ( @opts )
52- Oxidized . setup_logger
5352
5453 if @opts [ :commands ]
5554 Oxidized . config . vars . ssh_no_exec = true
You can’t perform that action at this time.
0 commit comments