Find out when a route was added

Hello is there any log, SQL table or backup file I could look at that would tell me when an inbound route was added?

The only thing I can think of would be to look in the apache logs for evidence that someone has posted changes to an inbound route. Default settings on the Distro only keep a week or 2 of apache logs tho. This grep might yield some results if they’re recent:

grep "POST /admin/config.php?display=did"  /var/log/httpd/access_log*
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.