Skip to content

Commit

Permalink
BCMOHAM-16286 Logging Update: removed line break to allow for gatheri…
Browse files Browse the repository at this point in the history
…ng of message in one Kibana document
  • Loading branch information
daveb-hni committed Mar 11, 2024
1 parent 16afc2f commit 39bd9ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected override Task HandleRequirementAsync(AuthorizationHandlerContext conte
{
foreach (HL7.Dotnetcore.Segment segment in resource.Segments(segmentName))
{
loggedMessage += " [ " + segment.Value + " ] " + System.Environment.NewLine;
loggedMessage += " [ " + segment.Value + " ] ";
}
}

Expand Down

0 comments on commit 39bd9ac

Please sign in to comment.