We just found that our hydra_oauth2_access table was huge at 9 million records. Is there any way to
a) set a expiry date on logs
b) turn off logging (currently our oauth2 is all interanle between our apps so I don’t really see a point in logging at the moment)
c) set a max logs to keep
if not we will stick with a cron task to delete old entries.
Thanks