The debug log provides very minimal information about the error thrown, is there a way for the superworker to provide a gist of the exception being thrown from the debug logs.
Superworker.debug "JID ##{item['jid']}: Error thrown"
subjob = find_subjob_by_jid(item['jid'])
SubjobProcessor.error(subjob, worker, item, exception) if subjob
The debug log provides very minimal information about the error thrown, is there a way for the superworker to provide a gist of the exception being thrown from the debug logs.