quantranhong1999 commented on code in PR #2605:
URL: https://github.com/apache/james-project/pull/2605#discussion_r1918136576
##########
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/EmailSetDeletePerformer.scala:
##########
@@ -119,5 +118,6 @@ class EmailSetDeletePerformer @Inject()(messageIdManager:
MessageIdManager,
.map(_.asString())
.getOrElse("")))
.log("Mails deleted."))
+ .subscribe()
Review Comment:
Should be good now:
```json
{
"sequenceNumber": 0,
"timestamp": 1737020405399,
"nanoseconds": 399949000,
"level": "INFO",
"threadName": "blocking-call-wrapper-14",
"loggerName": "org.apache.james.util.AuditTrail",
"context": {
"name": "default",
"birthdate": 1737020378792,
"properties": {}
},
"mdc": {
"protocol": "JMAP",
"ip": "\/127.0.0.1:61556",
"messageIds": "[InMemoryMessageId{value=1}]",
"action": "Email full view read",
"x-forwarded-for": "",
"loggedInUser": "[email protected]",
"username": "[email protected]"
},
"message": "JMAP Email full view read.",
"formattedMessage": "JMAP Email full view read.",
"throwable": null
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]