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

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


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

commit c32ed9ec650b1106e82885b38194918b1d05ca61
Author: DImuthuUpe <[email protected]>
AuthorDate: Tue Nov 11 03:30:08 2025 -0500

    Minor logging improvement
---
 .../org/apache/airavata/helix/impl/task/staging/DataStagingTask.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/airavata-api/src/main/java/org/apache/airavata/helix/impl/task/staging/DataStagingTask.java
 
b/airavata-api/src/main/java/org/apache/airavata/helix/impl/task/staging/DataStagingTask.java
index 4320f72463..568dc82301 100644
--- 
a/airavata-api/src/main/java/org/apache/airavata/helix/impl/task/staging/DataStagingTask.java
+++ 
b/airavata-api/src/main/java/org/apache/airavata/helix/impl/task/staging/DataStagingTask.java
@@ -107,6 +107,7 @@ public abstract class DataStagingTask extends AiravataTask {
         String storageId = null;
         try {
             storageId = getTaskContext().getInputStorageResourceId();
+            logger.info("Fetching input storage adaptor for input storage 
resource {}", storageId);
 
             if (getTaskContext().getProcessModel().getInputStorageResourceId() 
!= null
                     && !getTaskContext()
@@ -139,6 +140,7 @@ public abstract class DataStagingTask extends AiravataTask {
         String storageId = null;
         try {
             storageId = getTaskContext().getOutputStorageResourceId();
+            logger.info("Fetching output storage adaptor for input storage 
resource {}", storageId);
 
             if 
(getTaskContext().getProcessModel().getOutputStorageResourceId() != null
                     && !getTaskContext()

Reply via email to