Refactoring: Exception.printStackTrace() to LOG.error(Exception)
----------------------------------------------------------------

                 Key: HAMA-391
                 URL: https://issues.apache.org/jira/browse/HAMA-391
             Project: Hama
          Issue Type: Bug
    Affects Versions: 0.2.0
            Reporter: Thomas Jungblut
            Priority: Trivial


We should log error messages to the log instead of the info log / STDOUT. 

-> Searching for printStackTrace() and replace it with LOG.error(Exception, 
"Message").

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

Reply via email to