Uploaded image for project: 'Droids'
  1. Droids
  2. DROIDS-131

Log the entire exception in SequentialTaskMaster

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.2.0
    • 0.2.0
    • core
    • None

    Description

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            eugenparaschiv Eugen Paraschiv
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: