You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Dajaxice view throws, Dajaxice swallows the exception and return the DAJAXICE_EXCEPTION response. This goes around any kind of error logging the user might have set up on a production system. I'd expect some way of logging the exception (and preferably not returning a 200 OK whatever happens).
The text was updated successfully, but these errors were encountered:
When a Dajaxice view throws, Dajaxice swallows the exception and return the
DAJAXICE_EXCEPTION
response. This goes around any kind of error logging the user might have set up on a production system. I'd expect some way of logging the exception (and preferably not returning a200 OK
whatever happens).The text was updated successfully, but these errors were encountered: