Change the Audit Log Warning Limit

By default, a warning is displayed in the Admin portal when audit log entries exceed 1,000,000:


You may customize the number of entries that triggers the warning.

To change the number of audit log entries that triggers a warning:

  1. Open cloudconfig.php:
    Windows Location: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
    Linux Location: /var/www/config/cloudconfig.php
  2. Add the following :

    define("TONIDOCLOUD_AUDIT_ENTRIES_WARNING_THRESHOLD,1000000)
  3. Replace 1000000 with the number of entries that will trigger the warning.
    Any number is valid.