lib/rundock/operation/command.rb in rundock-1.0.4 vs lib/rundock/operation/command.rb in rundock-1.0.5
- old
+ new
@@ -6,10 +6,10 @@
if i.is_a?(Hash)
attributes.merge!(i)
next
end
- Logger.info("start command: #{i}")
+ logging(i, 'info')
backend.run_commands(
assign_args(i, attributes[:task_args]), attributes
)
end