REST Log
Track REST API calls into DB
REST Log
When exposing REST services is often useful to see what's happening especially in case of errors.
This module add DB logging for REST requests. It also inject in the response the URL of the log entry created.
NOTE: this feature was implemented initially inside shopfloor app. If shopfloor is installed, log records will be copied from its table.
Important
This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. More details on development status
Table of contents
Configuration
Logs retention
Logs are kept in database for every REST requests made by a client application. They can be used for debugging and monitoring of the activity.
The Logs menu is shown only with Developer tools (?debug=1) activated.
By default, REST logs are kept 30 days. You can change the duration of the retention by changing the System Parameter rest.log.retention.days.
If the value is set to 0, the logs are not stored at all.
Logged data is: request URL and method, parameters, headers, result or error.
Logs activation
You have 2 ways to activate logging:
- on the service component set _log_calls_in_db = True
- via configuration
In the 1st case, calls will be always be logged.
In the 2nd case you can set rest.log.active param as:
`collection_name` # enable for all endpoints of the collection `collection_name.usage` # enable for specific endpoints `collection_name.usage.endpoint` # enable for specific endpoints `collection_name*:state` # enable only for specific state (success, failed)
Changelog
13.0.1.0.0
First official version.
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
- Camptocamp
- ACSONE
Contributors
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
- Simone Orsi <simahawk@gmail.com>
Maintainers
This module is maintained by the OCA.
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:
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.
Once the user has seen at least one product this snippet will be visible.