bin/tl in testlab-1.16.0 vs bin/tl in testlab-1.16.1
- old
+ new
@@ -95,18 +95,18 @@
flag [:c, :config]
desc 'Path to Log file'
default_value STDOUT
arg_name 'path/to/log_file'
-flag [:L, :log_file]
+flag [:log]
pre do |global,command,options,args|
@testlab_start_time = Time.now.utc
(global[:verbose] == true) and (ENV['LOG_LEVEL'] = 'DEBUG')
@ui = ZTK::UI.new(
- :logger => ZTK::Logger.new(global[:log_file]),
+ :logger => ZTK::Logger.new(global[:log]),
:verbose => global[:verbose],
:quiet => global[:quiet]
)
@ui.logger.debug { "global(#{global.inspect})" }