fixed log
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@153110 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0d7235a52b
commit
db2cb04b0f
|
@ -147,7 +147,7 @@ public class CouchBaseConnector {
|
|||
Bucket bucket = cluster.openBucket(bucketName, configuration.getProperty(PASSWORD_PROPERTY_KEY));
|
||||
connectionMap.put(bucketKey, bucket);
|
||||
}catch (Exception e) {
|
||||
logger.info("Unable to open Bucket for type {}. This normally mean that is not configured.", recordClass);
|
||||
logger.warn("Unable to open Bucket for type {}. This normally mean that is not configured.", recordClass);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue