Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow certain errors to be handled by jsonrpc, without sending django error signal #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Fiedzia
Copy link

@Fiedzia Fiedzia commented Jan 11, 2013

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.

@samuraisam
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants