We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6cd35 commit 6673eeeCopy full SHA for 6673eee
1 file changed
App/backend-api/Microsoft.GS.DPS.Host/API/KernelMemory/KernelMemory.cs
@@ -96,7 +96,7 @@ DPS.API.KernelMemory kernelMemory
96
#pragma warning disable CA1031 // Must catch all to log and keep the process alive
97
catch (Exception ex)
98
{
99
- app.Logger.LogError(ex, "An error occurred while deleting document {DocumentId}.", documentId);
+ app.Logger.LogError(ex, "An error occurred while deleting a document.");
100
return Results.BadRequest(new DocumentDeletedResult() { IsDeleted = false });
101
}
102
#pragma warning restore CA1031
0 commit comments