Merge pull request #4465 from leigh-pointer/NotifyLogging

Small Notification Job update
This commit is contained in:
Shaun Walker
2024-07-25 08:47:00 -04:00
committed by GitHub

View File

@ -149,7 +149,7 @@ namespace Oqtane.Infrastructure
catch (Exception ex) catch (Exception ex)
{ {
// error // error
log += ex.Message + "<br />"; log += $"NotificationId: {notification.NotificationId} - {ex.Message}<br />";
} }
} }
} }