diff --git a/src/Runner.Worker/JobRunner.cs b/src/Runner.Worker/JobRunner.cs index 944f2c4ae..db7168393 100644 --- a/src/Runner.Worker/JobRunner.cs +++ b/src/Runner.Worker/JobRunner.cs @@ -343,7 +343,8 @@ namespace GitHub.Runner.Worker } catch (Exception ex) { - Trace.Warning($"Error stopping DAP server: {ex.Message}"); + Trace.Error($"Error stopping DAP server"); + Trace.Error(ex); } }