mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Decrease log severity (#144)
This commit is contained in:
@@ -211,7 +211,7 @@ public abstract class FeedTaskProcessor
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
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);
|
updatePostStatus(activityPost.getId(), ActivityPostEntity.STATUS.ERROR);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user