Skip to content

Commit c33e6d9

Browse files
authored
Merge pull request #798 from bcgov/yj
chore: enhance logging message
2 parents ffd511f + 0c4c714 commit c33e6d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/StrDss.Service/TakedownConfirmationService.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ public async Task ProcessTakedownConfirmationUploadAsync(DssUploadDelivery uploa
131131

132132
_unitOfWork.Commit();
133133

134+
_logger.LogInformation($"Takedown Confirmation - listing taken down successfully - ({row.OrgCd} - {row.ListingId})");
135+
134136
return (row.OrgCd, row.ListingId);
135137
}
136138
}

0 commit comments

Comments
 (0)