lib/commands/testlab.rb in testlab-1.16.0 vs lib/commands/testlab.rb in testlab-1.16.1
- old
+ new
@@ -197,9 +197,10 @@
# LAB STATUS
#############
desc 'Display the lab status'
command :status do |status|
status.action do |global_options,options,args|
+ @testlab.ui.logger.level = ZTK::Logger::WARN
@testlab.ui.stdout.puts("\nNODES:".green.bold)
commands[:node].commands[:status].execute({}, {}, [])
@testlab.ui.stdout.puts("\nNETWORKS:".green.bold)
commands[:network].commands[:status].execute({}, {}, [])