Skip to content

Commit

Permalink
Merge pull request #798 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: enhance logging message
  • Loading branch information
ychung-mot authored Nov 19, 2024
2 parents ffd511f + 0c4c714 commit c33e6d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/StrDss.Service/TakedownConfirmationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ public async Task ProcessTakedownConfirmationUploadAsync(DssUploadDelivery uploa

_unitOfWork.Commit();

_logger.LogInformation($"Takedown Confirmation - listing taken down successfully - ({row.OrgCd} - {row.ListingId})");

return (row.OrgCd, row.ListingId);
}
}
Expand Down

0 comments on commit c33e6d9

Please sign in to comment.