Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8535E1852D for ; Mon, 4 Jan 2016 19:48:35 +0000 (UTC) Received: (qmail 38456 invoked by uid 500); 4 Jan 2016 19:48:35 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 38344 invoked by uid 500); 4 Jan 2016 19:48:35 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 38239 invoked by uid 99); 4 Jan 2016 19:48:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 19:48:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3284BE05D9; Mon, 4 Jan 2016 19:48:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chathuri@apache.org To: commits@airavata.apache.org Date: Mon, 04 Jan 2016 19:48:38 -0000 Message-Id: <1256aaf3eb564653a02d512d9f76df97@git.apache.org> In-Reply-To: <16ad97cf72d448a3960569f9c08e512a@git.apache.org> References: <16ad97cf72d448a3960569f9c08e512a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] airavata git commit: added log info messages to API server handler added log info messages to API server handler Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ebf67dac Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ebf67dac Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ebf67dac Branch: refs/heads/master Commit: ebf67dac45203c00fbf5d10a4d18b24c0d9cf018 Parents: f9b0d2e Author: Chathuri Wimalasena Authored: Mon Jan 4 14:48:32 2016 -0500 Committer: Chathuri Wimalasena Committed: Mon Jan 4 14:48:32 2016 -0500 ---------------------------------------------------------------------- .../apache/airavata/api/server/handler/AiravataServerHandler.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/ebf67dac/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java b/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java index f38126b..fc30136 100644 --- a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java +++ b/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java @@ -1404,6 +1404,7 @@ public class AiravataServerHandler implements Airavata.Iface { }); experimentModel.setProcesses(processList); } + logger.info("Airavata retrieved detailed experiment with experiment id : " + airavataExperimentId); return experimentModel; } catch (Exception e) { logger.error("Error while retrieving the experiment", e);