Skip to content

Commit

Permalink
dont log twice
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-git committed Oct 11, 2024
1 parent 07d3882 commit 2acfc80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public static void AddSpanTags(Span span, IResult result)

if (securityCoordinator is null)
{
Log.Warning("Security coordinator could not be instantiated, probably because of httpcontext null. AttackerFingerprintHelper.AddSpanTags won't be run");
return;
}

Expand Down

0 comments on commit 2acfc80

Please sign in to comment.