IMPROVEMENT
- Internal refactoring, not really a feature
TourCMS stores short term API logs (approx 2 days) in an easily searchable database, this helps us analyse and troubleshoot and show a brief log to customers.
The change this release is that we move the writing of this log out of the API call itself and into a separate queue. This reduces the database load from each api request.