Once StrongKey has provided the permanent solution to address the replication corner-case issue, customers may want to disable Audit logging to eliminate the unneeded log files and resource consumption. Please follow the below steps to disable audit logging in MariaDB.
shell> mysql -u root -p
MariaDB> set global server_audit_logging=OFF;
MariaDB> show global variables like 'server_audit%';
server_audit_logging = OFF
server_audit_events = QUERY_DML_NO_SELECT
server_audit_file_rotate_size = 100000000
server_audit_file_rotations = 1000