Skip to content

Commit 10dad85

Browse files
committed
Rely on the default logger to log fatal error messages
1 parent 2c5fa92 commit 10dad85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/xunit.runner.visualstudio/Sinks/VsExecutionSink.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ void HandleErrorMessage(MessageHandlerArgs<IErrorMessage> args)
122122
{
123123
ExecutionSummary.Errors++;
124124

125-
logger.LogError("Catastrophic failure: {0}", ExceptionUtility.CombineMessages(args.Message));
126-
127125
HandleCancellation(args);
128126
}
129127

0 commit comments

Comments
 (0)