lib/rundock/operation/task.rb in rundock-1.0.4 vs lib/rundock/operation/task.rb in rundock-1.0.5
- old
+ new
@@ -13,11 +13,10 @@
scenario = Rundock::Builder::ScenarioBuilder.new(nil, nil).build_task(
attributes[:task_info][task_name.to_sym], backend, Rundock::Attribute::NodeAttribute.new(attributes)
)
- Logger.info("start task: #{task_name}")
-
+ logging(i, 'info')
Logger.formatter.rec_lock
scenario.run
Logger.formatter.rec_unlock
end