lib/testlab/utility/logger.rb in testlab-1.18.1 vs lib/testlab/utility/logger.rb in testlab-1.19.0

- old
+ new

@@ -23,10 +23,10 @@ def log_config(testlab) { "config_dir" => testlab.config_dir.inspect, "repo_dir" => testlab.repo_dir.inspect, "labfile_path" => testlab.labfile_path.inspect, - "logdev" => testlab.ui.logger.logdev.inspect, + "logdev" => testlab.ui.logger.instance_variable_get(:@logdev).inspect, "version" => TestLab::VERSION.inspect, } end def log_details(testlab)