Small Notification Job update
This update adds the NotificationId to the log to help track down any errors.
This commit is contained in:
parent
19985d1742
commit
d090f446c9
|
@ -149,7 +149,7 @@ namespace Oqtane.Infrastructure
|
|||
catch (Exception ex)
|
||||
{
|
||||
// error
|
||||
log += ex.Message + "<br />";
|
||||
log += $"NotificationId: {notification.NotificationId} - {ex.Message}<br />";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user