Merge pull request #4465 from leigh-pointer/NotifyLogging
Small Notification Job update
This commit is contained in:
commit
e823412f56
|
@ -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 />";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user