From 52e0ebcf5cb4afeb0c5bd6feb1c97a8fff367270 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Thu, 14 Jul 2016 16:05:41 +0000 Subject: [PATCH] log level fixed git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@130425 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../datacatalogue/ckanutillibrary/CKanRunningCluster.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {