Added log

This commit is contained in:
Luca Frosini 2022-10-19 17:48:09 +02:00
parent 141f1ec36d
commit 623a9215b2
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ public class SocialNotificationModerationThread extends ModerationThread {
Thread thread = new Thread() { Thread thread = new Thread() {
public void run() { public void run() {
try { try {
logger.trace("Going to send the following notification {}", catalogueEvent);
NotificationClient nc = new NotificationClient(); NotificationClient nc = new NotificationClient();
nc.sendCatalogueEvent(catalogueEvent); nc.sendCatalogueEvent(catalogueEvent);
} catch(Exception e) { } catch(Exception e) {