Ignore some audit logs
Original Question or Issue:
How can we omit some audit entries in the Admin Portal - Audit tab?
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Defect or Enhancement Number:
Cause:
Resolution or Workaround:
You can hide an API by adding the flag below:
________________________
define("TONIDOCLOUD_AUDIT_IGNORE_OPS", "getprofileimage");
________________________
In the FileCloud configuration file below:
________________________
Linux: /var/www/html/config/cloudconfig.php
Windows: <Driver Letter>:\xampp\htdocs\config\cloudconfig.php
________________________
Then restart the Message Queue service:
________________________
Linux: systemctl restart fcorchestrator
Windows: Via FileCloud Control Panel.
________________________
Notes:
Replace getprofileimage
by the API name you want to exclude from the audit tab.