0
ppawlaszek created
The exception handling is nice, but I need to see errors and stacktrace.... how to disable/enable this feature?
2 Answer(s)
-
0
Hi,
All the errors and their stack trace should be logged the Log.txt file under Logs folder in web project directory. Does that work for you ?
-
0
There are different options:
You can get notified when an exception is handled by ABP: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Handling-Exceptions#DocExceptionEvent">http://www.aspnetboilerplate.com/Pages/ ... ptionEvent</a>
Also, you can set customErrors to "RemoteOnly" to prevent handling exceptions on debug mode.
Use [DontWrapResult] for methods/classes you want (put it into interface for app service methods)