log level changed

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@130204 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-07-09 20:25:58 +00:00
parent 34b63630db
commit f0f8993231
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class SocialDataIndexerPlugin extends Plugin<SocialDataIndexerPluginDecla
// close connection to cassandra
if(store != null){
logger.debug("Closing connection to cassandra nodes. " + store.toString());
logger.info("Closing connection to cassandra nodes. " + store.toString());
store.closeConnection();
}
}