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
This commit is contained in:
parent
bf7e442304
commit
52e0ebcf5c
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue