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

Change audit_logger logic so that it doesn't cause race condition over database connection #10

Open
mattstibbs opened this issue Jul 28, 2015 · 0 comments
Milestone

Comments

@mattstibbs
Copy link
Owner

Currently the audit_logger module has a dependency on a db_connector instance as it logs all audit events to the database.

This might cause a race condition where the exception that it is trying to log is in fact the failed database connection (not verified this).

It also just isn't particularly good logic - it needs to handle logging to the database better.

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

No branches or pull requests

1 participant