From 623a9215b27b7db8f8a90e7079f6c22e89217010 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 19 Oct 2022 17:48:09 +0200 Subject: [PATCH] Added log --- .../social/notifications/SocialNotificationModerationThread.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java index 44a441a..8477504 100644 --- a/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java +++ b/src/main/java/org/gcube/gcat/moderation/thread/social/notifications/SocialNotificationModerationThread.java @@ -276,6 +276,7 @@ public class SocialNotificationModerationThread extends ModerationThread { Thread thread = new Thread() { public void run() { try { + logger.trace("Going to send the following notification {}", catalogueEvent); NotificationClient nc = new NotificationClient(); nc.sendCatalogueEvent(catalogueEvent); } catch(Exception e) {