Skip to content

Commit

Permalink
BCMOHAM-16286 Logging Update: added line break
Browse files Browse the repository at this point in the history
  • Loading branch information
daveb-hni committed Mar 8, 2024
1 parent ab8bf86 commit 984e2ce
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 + " ] ";
loggedMessage += " [ " + segment.Value + " ] " + System.Environment.NewLine;
}
}

Expand Down

0 comments on commit 984e2ce

Please sign in to comment.