Skip to content

Commit 482cc7e

Browse files
authored
Log full exception details (#156)
Display full exception information and not only stack-trace
1 parent 63e5ca6 commit 482cc7e

File tree

1 file changed

+1
-1
lines changed
  • extentreports-dotnet-core/Views/Html/Partials

1 file changed

+1
-1
lines changed

extentreports-dotnet-core/Views/Html/Partials/Log.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<td>
1616
@if (log.HasException)
1717
{
18-
<textarea disabled class="code-block">@log.ExceptionInfo.Exception.StackTrace</textarea>
18+
<textarea disabled class="code-block">@log.ExceptionInfo.Exception.ToString()</textarea>
1919
}
2020
else
2121
{

0 commit comments

Comments
 (0)