Decrease log severity (#144)

This commit is contained in:
Eugenio Romano
2021-01-11 10:51:01 +00:00
committed by GitHub
parent a6fce739b6
commit facbef9ca9

View File

@@ -211,7 +211,7 @@ public abstract class FeedTaskProcessor
}
catch (Exception e)
{
logger.error("Skipping activity post " + activityPost.getId() + " since failed to get recipients: ", e);
logger.trace("Skipping activity post " + activityPost.getId() + " since failed to get recipients: ", e);
updatePostStatus(activityPost.getId(), ActivityPostEntity.STATUS.ERROR);
continue;
}