We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: