ProbablyManuel / requiem

20 stars 3 forks source link

Log complete exception string #329

Open ProbablyManuel opened 2 months ago

ProbablyManuel commented 2 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