You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Raminderjeet Singh (JIRA)" <ji...@apache.org> on 2012/05/31 20:37:22 UTC

[jira] [Created] (AIRAVATA-443) LoggingNotification class printOut method have some extra logs

Raminderjeet Singh created AIRAVATA-443:
-------------------------------------------

             Summary: LoggingNotification class printOut method have some extra logs
                 Key: AIRAVATA-443
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-443
             Project: Airavata
          Issue Type: Improvement
          Components: GFac
    Affects Versions: 0.4-INCUBATING
            Reporter: Raminderjeet Singh
            Priority: Trivial


we have DATA and EndDATA extra logs for every log statement. Why we need to iterate every log data like this?
log.info("-----DATA-----");
            for (int i = 0; i < data.length; i++) {
                log.info(data[i]);
            }
log.info("-----END DATA-----");

--
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