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