diff --git a/Oqtane.Server/Infrastructure/Jobs/NotificationJob.cs b/Oqtane.Server/Infrastructure/Jobs/NotificationJob.cs index 777bb912..b47c5732 100644 --- a/Oqtane.Server/Infrastructure/Jobs/NotificationJob.cs +++ b/Oqtane.Server/Infrastructure/Jobs/NotificationJob.cs @@ -149,7 +149,7 @@ namespace Oqtane.Infrastructure catch (Exception ex) { // error - log += ex.Message + "
"; + log += $"NotificationId: {notification.NotificationId} - {ex.Message}
"; } } }