Skip to content

Commit

Permalink
MailQueueHandler: Log error during parseEvent
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Feb 14, 2024
1 parent 902f771 commit aabac97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MailQueueHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ protected function parseEvent($lang, IEvent $event) {
try {
$event = $provider->parse($lang, $event);
} catch (\Throwable $e) {
$this->logger->error('Error while parsing activity event', ['exception' => $e]);
}
}
$this->activityManager->setFormattingObject('', 0);
Expand Down

0 comments on commit aabac97

Please sign in to comment.