Odoo Community Association

API Log

Beta License: AGPL-3 OCA/rest-framework Translate me on Weblate Try me on Runboat

This module allows to store request and response logs for any API.

When a response is logged, the header API_LOG_ENTRY_ID is injected in the response header. This header stores the identifier of the log record produced from the response.

A scheduled action “API Log: Delete old logs” is available to automatically delete old API log records. It is disabled by default.

To enable it, go to Settings > Technical > Automation > Scheduled Actions and activate “API Log: Delete old logs”.

The retention period (in days) is configurable through the system parameter api_log.retention_days, which defaults to 180 days. Logs with a request_date older than this threshold are deleted when the cron runs.

Table of contents

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Akretion

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

paradoxxxzero

This module is part of the OCA/rest-framework project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.