diff --git a/src/main/java/org/gcube/socialnetworking/socialdataindexer/SocialDataIndexerPlugin.java b/src/main/java/org/gcube/socialnetworking/socialdataindexer/SocialDataIndexerPlugin.java index 78e468e..a018196 100644 --- a/src/main/java/org/gcube/socialnetworking/socialdataindexer/SocialDataIndexerPlugin.java +++ b/src/main/java/org/gcube/socialnetworking/socialdataindexer/SocialDataIndexerPlugin.java @@ -149,7 +149,7 @@ public class SocialDataIndexerPlugin extends Plugin feeds = store.getAllFeedsByVRE(vreID); addEnhancedFeedsInBulk(feeds, init); - logger.debug("Number of indexed feeds is " + feeds.size() + " for vre " + vreID); + logger.info("Number of indexed feeds is " + feeds.size() + " for vre " + vreID); }catch(Exception e){ logger.error("Exception while saving feeds/comments into the index for vre " + vreID, e); continue; @@ -178,7 +178,7 @@ public class SocialDataIndexerPlugin extends Plugin