CST-12126 log and cleaning

This commit is contained in:
frabacche
2023-10-17 08:48:07 +02:00
parent 54c3aa06e7
commit 79769033d9

View File

@@ -55,9 +55,7 @@ public class LDNInboxController {
public ResponseEntity<Object> inbox(@RequestBody Notification notification) throws Exception {
Context context = ContextUtil.obtainCurrentRequestContext();
validate(notification);
log.info("stored notification {} {}", notification.getId(), notification.getType());
context.commit();
LDNMessageEntity ldnMsgEntity = ldnMessageService.create(context, notification);
log.info("stored ldn message {}", ldnMsgEntity);