Skip to content

Commit 2f08707

Browse files
committed
Oxidized.setup_logger retired
1 parent ad4a4ca commit 2f08707

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Usage: oxs [options] hostname [command]
6969
require 'oxidized/script'
7070
7171
Oxidized::Config.load
72-
Oxidized.setup_logger
7372
7473
Oxidized::Script.new(:host=>'62.236.123.199') do |oxs|
7574
puts oxs.cmd 'show mac address-table dynamic vlan 101'

lib/oxidized/script/cli.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)