You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/06/06 13:02:14 UTC

[airavata] branch staging updated: Minor logging improvement

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new 87b6b2f  Minor logging improvement
87b6b2f is described below

commit 87b6b2f080fdd12502ece92d11a01e4c20294747
Author: dimuthu <di...@gmail.com>
AuthorDate: Wed Jun 6 09:01:49 2018 -0400

    Minor logging improvement
---
 .../java/org/apache/airavata/helix/impl/task/env/EnvSetupTask.java    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/env/EnvSetupTask.java b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/env/EnvSetupTask.java
index cee024b..67d2acc 100644
--- a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/env/EnvSetupTask.java
+++ b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/task/env/EnvSetupTask.java
@@ -45,7 +45,9 @@ public class EnvSetupTask extends AiravataTask {
                     getTaskContext().getComputeResourceCredentialToken(),
                     getTaskContext().getComputeResourceLoginUserName());
 
-            logger.info("Creating directory " + getTaskContext().getWorkingDir() + " on compute resource " + getTaskContext().getComputeResourceId());
+            logger.info("Creating directory " + getTaskContext().getWorkingDir() + " on compute resource " +
+                    getTaskContext().getComputeResourceId() + " by user " + getTaskContext().getComputeResourceLoginUserName()
+                    + " using token " + getTaskContext().getComputeResourceCredentialToken());
             adaptor.createDirectory(getTaskContext().getWorkingDir());
             return onSuccess("Envi setup task successfully completed " + getTaskId());
 

-- 
To stop receiving notification emails like this one, please contact
dimuthuupe@apache.org.