How to disable audit logs in a list or query | eva pujadas | 2017-08-03 23:45 |
Status: Closed | ||
Hi Jon, Thanks for your answer and for your great support. We have been checking the second solution's possibility you mention: deleting rows in the database. As a first try in a test server, we have deleted in the list audit table (audit.c3d11_listauditdomain) all the records from a particular target folder and list, and observed no issues. Could you confirm that such a deletion in the database is save? That's the proposed deletion: delete from audit.c3d11_listauditdomain where container like 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' and listname like 'DummyListName'; Best regards, Eva |
||