Audit Logging

Currently my audit log is being over run by stored procedure entries. In any given day I can have 150k+ sproc calls. Is there any way I can stop these from being logged?:scratch:

Thanks!

You can bypass the audit log system using the system.db.runPrepUpdate funtion but we didn’t add that to the system.db.createSProcCall function. I will add a ticket in for that.

This has been added for 7.5.7