It was only possible to write audit logs in response to http requests.
After this PR
==COMMIT_MSG==
Add global functions for manual audit logging
==COMMIT_MSG==
Adds audit_v3_log and audit_v3_log_blocking functions to the logging module. These methods use the global audit logger, which is instantiated on the first initialization of any loggers.
Before this PR
It was only possible to write audit logs in response to http requests.
After this PR
==COMMIT_MSG== Add global functions for manual audit logging ==COMMIT_MSG==
Adds
audit_v3_log
andaudit_v3_log_blocking
functions to the logging module. These methods use the global audit logger, which is instantiated on the first initialization of any loggers.Closes #122