You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Eugen Paraschiv (JIRA)" <ji...@apache.org> on 2011/02/23 21:04:38 UTC

[jira] Created: (DROIDS-131) Log the entire exception in SequentialTaskMaster

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

        

[jira] [Resolved] (DROIDS-131) Log the entire exception in SequentialTaskMaster

Posted by "Richard Frovarp (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Frovarp resolved DROIDS-131.
------------------------------------

    Resolution: Fixed

Fixed in r1209820.
There may be other areas of the code that may have this problem, but this class is fixed.
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira