Some logs changed at info level for production

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@128911 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-31 08:34:25 +00:00
parent 48d0d26ed3
commit b8e535d842
1 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ public class SocialDataIndexerPlugin extends Plugin<SocialDataIndexerPluginDecla
}
logger.debug("Inserted " + count + " docs");
logger.info("Inserted " + count + " docs into the index");
// refresh data (note that the index must be refreshed according to the new value of _timestamp)
client.admin().indices().prepareRefresh().execute().actionGet();
@ -353,7 +353,7 @@ public class SocialDataIndexerPlugin extends Plugin<SocialDataIndexerPluginDecla
}
}
logger.debug("Number of delete documents is " + deleteDocs);
logger.info("Number of delete documents is " + deleteDocs);
}
/**{@inheritDoc}*/