Jsonrpc can spam logs, so i needed a way to ignore certain types of errors
from being routed to error handlers.
This patch will create django setting which allows to specify list of exception class names.
Any exception from this list will not generate error signal.
Hey this looks good to merge but could the parameter be renamed to the possibly more-self-explanatory JSONRPC_IGNORED_ERRORS I can then merge this in. Thanks!
Jsonrpc can spam logs, so i needed a way to ignore certain types of errors from being routed to error handlers. This patch will create django setting which allows to specify list of exception class names. Any exception from this list will not generate error signal.