You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sean Fisher edited this page May 14, 2020
·
2 revisions
The Log Post Type Handler (which logs to a seperate log post type) has a garbage collector to cleanup old logs. By default it will delete posts after 7 days.
Filters
ai_logger_garbage_collector_max_age
Integer. Max age in days to keep logs, default is 7.
ai_logger_garbage_collector_enabled
Boolean. Flag to enable the Garbage Collector which will delete logs after a set number of days. Default is true.