We're having some performance issues in 5.8.5 where the system is slowing down. We see the auth log is part of this. Is there a way to delete records automatically after so many days ?
Announcement
Collapse
No announcement yet.
Performance Issue
Collapse
X
-
We have several API's tied into espo and it appears to be generating a auth log record for each record it accesses. But here is the queries that its logging:
SELECT COUNT(auth_log_record.id) AS AggregateValue FROM `auth_log_record` WHERE auth_log_record.request_time > '1588769563' AND auth_log_record.ip_address = '[[IP ADDRESS]]' AND auth_log_record.is_denied = '1' AND auth_log_record.deleted = '0';Type a message
Comment
-
Comment