diff --git a/src/main/java/org/gcube/datacatalogue/ckanutillibrary/CKanRunningCluster.java b/src/main/java/org/gcube/datacatalogue/ckanutillibrary/CKanRunningCluster.java index a70d4bd..96568be 100644 --- a/src/main/java/org/gcube/datacatalogue/ckanutillibrary/CKanRunningCluster.java +++ b/src/main/java/org/gcube/datacatalogue/ckanutillibrary/CKanRunningCluster.java @@ -93,7 +93,7 @@ public class CKanRunningCluster { if(resources.size() > 1){ boolean oneWasMaster = false; - logger.warn("Too many Runtime Resource having name " + RUNTIME_DB_RESOURCE_NAME +" in this scope.. Looking for the one that has the property " + IS_MASTER_ROOT_KEY_PROPERTY); + logger.info("Too many Runtime Resource having name " + RUNTIME_DB_RESOURCE_NAME +" in this scope.. Looking for the one that has the property " + IS_MASTER_ROOT_KEY_PROPERTY); for (ServiceEndpoint res : resources) { @@ -183,7 +183,7 @@ public class CKanRunningCluster { if(resources.size() > 1){ boolean oneWasMaster = false; - logger.warn("Too many Runtime Resource having name " + RUNTIME_CATALOGUE_RESOURCE_NAME +" in this scope.. Looking for the one that has the property " + IS_MASTER_ROOT_KEY_PROPERTY); + logger.info("Too many Runtime Resource having name " + RUNTIME_CATALOGUE_RESOURCE_NAME +" in this scope.. Looking for the one that has the property " + IS_MASTER_ROOT_KEY_PROPERTY); for (ServiceEndpoint res : resources) {