Merge "Add traceback to send_message_task_in_orchestrator"

This commit is contained in:
Jenkins 2016-08-15 16:57:09 +00:00 committed by Gerrit Code Review
commit bf1f8abc40
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ module Astute
'respond_to' => 'task_in_orchestrator',
'args' => {'task_uuid' => task_uuid}})
rescue => ex
Astute.logger.error "Error on sending message 'task in orchestrator': #{ex.message}"
Astute.logger.error "Error on sending message 'task in orchestrator': #{ex.message}"\
"trace: #{ex.format_backtrace}"
end
end
end