You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.LogWarning("Skip item id={kit.Node.Id}, no Data assigned for linked node with path {kit.Node.Path} and parent id {kit.Node.ParentContentId}. This can indicate data corruption for the Path value for node {kit.Node.Id}. See the Health Check dashboard in Settings to resolve data integrity issues.",kit.Node.Id,kit.Node.ParentContentId);
536
+
_logger.LogWarning("Skip item id={kitNodeId}, no Data assigned for linked node with path {kitNodePath} and parent id {kitNodeParentContentId}. This can indicate data corruption for the Path value for node {kitNodeId}. See the Health Check dashboard in Settings to resolve data integrity issues.",kit.Node.Id,kit.Node.Path,kit.Node.ParentContentId,kit.Node.Id);
537
537
returnfalse;
538
538
}
539
539
540
540
// make sure the kit is valid
541
541
if(kit.DraftData==null&&kit.PublishedData==null)
542
542
{
543
-
_logger.LogWarning("Skip item id={kit.Node.Id}, both draft and published data are null.",kit.Node.Id);
543
+
_logger.LogWarning("Skip item id={kitNodeId}, both draft and published data are null.",kit.Node.Id);
0 commit comments