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
commit e823412f56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 />";
} }
} }
} }