Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Nov 6, 2020
1 parent e99df88 commit a95c071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DasBlog.Web.UI/Controllers/BlogPostController.cs
Expand Up @@ -467,7 +467,7 @@ public IActionResult AddComment(AddCommentViewModel addcomment)
return NotFound();
}

logger.LogInformation(new EventDataItem(EventCodes.CommentAdded, null, "Comment created on: {0}", commt.TargetTitle));
logger.LogInformation(new EventDataItem(EventCodes.CommentAdded, null, "Comment saved: {0}", commt.Content));

BreakSiteCache();

Expand Down

0 comments on commit a95c071

Please sign in to comment.