ProbablyManuel / requiem

24 stars 2 forks source link

Log complete exception string #329

Closed ProbablyManuel closed 4 months ago

ProbablyManuel commented 7 months ago

Requiem currently logs the exception message and the stacktrace. However, for nested exceptions such as AggregateException this leaves out crucial information about the inner exceptions.

Expected Outcome