Log the entire exception in SequentialTaskMaster
------------------------------------------------

                 Key: DROIDS-131
                 URL: https://issues.apache.org/jira/browse/DROIDS-131
             Project: Droids
          Issue Type: Improvement
          Components: core
    Affects Versions: 0.0.2
            Reporter: Eugen Paraschiv
             Fix For: 0.0.2


The stack of the exception is lost in SequentialTaskMaster: 
log.warn(ex.toString());
should be: 
log.warn(ex.toString(), ex);

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to