Okay, so I attempted to navigate Net::CLI::Interact::Logger, and tried a few things, but no luck. I think I'm doing this right, but it doesn't seem to make any difference, and I'm still getting the same output.
I slipped this snippet in immediately after my session declaration.
$s->nci->logger->log_config({ dispatchers => ['screen'], screen => { class => 'Log::Dispatch::Screen', min_level => 'error' } });
I also attempted another route, thinking I was attacking it at a deeper level, but it didn't do any good either
use Log::Dispatch::Screen; my $log = Log::Dispatch->new(); $log->add( Log::Dispatch::Screen->new( name => 'screen', min_level => 'error' ) );
In reply to Re^2: Net::Appliance::Session is sending too much output to the screen
by tired_baboon
in thread Net::Appliance::Session is sending too much output to the screen
by tired_baboon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |