This commit is contained in:
Janus C. H. Knudsen 2025-02-19 14:21:40 +01:00
parent 0f1a345216
commit e73f428c49
6 changed files with 96 additions and 144 deletions

View file

@ -116,7 +116,7 @@ namespace Core.Logging
{ "ResponseCode", req.ResponseCode },
{ "Duration", req.Duration.TotalMilliseconds }
};
foreach (var prop in req.Properties)
{
seqEvent.Add(prop.Key, prop.Value);