You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Lahiru Gunathilake (JIRA)" <ji...@apache.org> on 2014/03/28 15:03:16 UTC

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

     [ https://issues.apache.org/jira/browse/AIRAVATA-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake resolved AIRAVATA-443.
-----------------------------------------

    Resolution: Invalid

There's no class like LoggingNotification.

> 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 was sent by Atlassian JIRA
(v6.2#6252)