Why are my exceptions returning back { "isTrusted": "true" }?
I'm trying to log my ASP.Net Core/C# exceptions, but in my log file, most of them are just { "isTrusted": "true" }. About 25% will have the actual exception and stack trace.
Is there a better way to log my exceptions? Can someone point me to an article on how to capture them in ASP.Net and save them?
0 comments:
Post a Comment