Skip to content

Commit abdb7d0

Browse files
Fixed issue with local setup
1 parent 48cf106 commit abdb7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetCore.Utilities.Email.SendGrid/SendGridMessageBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public SendGridMessage CreateMessage(string from, string fromName, string to, IE
120120
}
121121
catch (Exception ex)
122122
{
123-
_logger.LogWarning(ex, $"Unable to add {item} to email copy list");
123+
_logger.LogWarning(ex, "Unable to add {item} to email copy list", item);
124124
}
125125
}
126126
}

0 commit comments

Comments
 (0)