c# - IdentityServer3 - Exception handling -


is there way handle exceptions ourselves. have custom user service code inside our identityserver project , know without diving through logs when errors occur.

we have centralized error logger our apps. i'd imagine similar needed if using 3rd party exception lib (airbrake etc).

is there possible @ moment or ticket solving problem https://github.com/identityserver/identityserver3/issues/2012

if care error logging - event service log unhandled exceptions.

the issue mentioned allow have more control on direct error handling (e.g. setting custom http response) - that's backlog right now.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -