33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > REST Log </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="rest-log ">
364- < h1 class ="title "> REST Log</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="rest-log ">
370+ < h1 > REST Log</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:ed7eb7cec756c78c39eb3dc04ca382ea64926defada6d97aa72e859db389d8b2
375+ !! source digest: sha256:56015513823c9ffdfc3bc573b52b4f1d3a39383d92f21e9eb930450b51f83d83
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/licence-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/rest-framework/tree/16.0/rest_log "> < img alt ="OCA/rest-framework " src ="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-rest_log "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/rest-framework/tree/16.0/rest_log "> < img alt ="OCA/rest-framework " src ="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-rest_log "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > When exposing REST services is often useful to see what’s happening
374379especially in case of errors.</ p >
375380< p > This module add DB logging for REST requests.
@@ -400,9 +405,9 @@ <h1 class="title">REST Log</h1>
400405</ ul >
401406</ div >
402407< div class ="section " id ="configuration ">
403- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h1 >
408+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Configuration</ a > </ h2 >
404409< div class ="section " id ="logs-retention ">
405- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Logs retention</ a > </ h2 >
410+ < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> Logs retention</ a > </ h3 >
406411< p > Logs are kept in database for every REST requests made by a client application.
407412They can be used for debugging and monitoring of the activity.</ p >
408413< p > The Logs menu is shown only with Developer tools (< tt class ="docutils literal "> < span class ="pre "> ?debug=1</ span > </ tt > ) activated.</ p >
@@ -413,7 +418,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">Logs retention</a></h2>
413418< p > Logged data is: request URL and method, parameters, headers, result or error.</ p >
414419</ div >
415420< div class ="section " id ="logs-activation ">
416- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Logs activation</ a > </ h2 >
421+ < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> Logs activation</ a > </ h3 >
417422< p > You have 2 ways to activate logging:</ p >
418423< ul class ="simple ">
419424< li > on the service component set < cite > _log_calls_in_db = True</ cite > </ li >
@@ -430,38 +435,38 @@ <h2><a class="toc-backref" href="#toc-entry-3">Logs activation</a></h2>
430435</ div >
431436</ div >
432437< div class ="section " id ="changelog ">
433- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Changelog</ a > </ h1 >
438+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Changelog</ a > </ h2 >
434439< div class ="section " id ="section-1 ">
435- < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> 13.0.1.0.0</ a > </ h2 >
440+ < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> 13.0.1.0.0</ a > </ h3 >
436441< p > First official version.</ p >
437442</ div >
438443</ div >
439444< div class ="section " id ="bug-tracker ">
440- < h1 > < a class ="toc-backref " href ="#toc-entry-6 "> Bug Tracker</ a > </ h1 >
445+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Bug Tracker</ a > </ h2 >
441446< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/rest-framework/issues "> GitHub Issues</ a > .
442447In case of trouble, please check there if your issue has already been reported.
443448If you spotted it first, help us to smash it by providing a detailed and welcomed
444449< a class ="reference external " href ="https://github.com/OCA/rest-framework/issues/new?body=module:%20rest_log%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
445450< p > Do not contact contributors directly about support or help with technical issues.</ p >
446451</ div >
447452< div class ="section " id ="credits ">
448- < h1 > < a class ="toc-backref " href ="#toc-entry-7 "> Credits</ a > </ h1 >
453+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Credits</ a > </ h2 >
449454< div class ="section " id ="authors ">
450- < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Authors</ a > </ h2 >
455+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Authors</ a > </ h3 >
451456< ul class ="simple ">
452457< li > Camptocamp</ li >
453458< li > ACSONE</ li >
454459</ ul >
455460</ div >
456461< div class ="section " id ="contributors ">
457- < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Contributors</ a > </ h2 >
462+ < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> Contributors</ a > </ h3 >
458463< ul class ="simple ">
459464< li > Guewen Baconnier << a class ="reference external " href ="mailto:guewen.baconnier@camptocamp.com "> guewen.baconnier@camptocamp.com</ a > ></ li >
460465< li > Simone Orsi << a class ="reference external " href ="mailto:simahawk@gmail.com "> simahawk@gmail.com</ a > ></ li >
461466</ ul >
462467</ div >
463468< div class ="section " id ="other-credits ">
464- < h2 > < a class ="toc-backref " href ="#toc-entry-10 "> Other credits</ a > </ h2 >
469+ < h3 > < a class ="toc-backref " href ="#toc-entry-10 "> Other credits</ a > </ h3 >
465470< p > < strong > Financial support</ strong > </ p >
466471< ul class ="simple ">
467472< li > Cosanum</ li >
@@ -470,7 +475,7 @@ <h2><a class="toc-backref" href="#toc-entry-10">Other credits</a></h2>
470475</ ul >
471476</ div >
472477< div class ="section " id ="maintainers ">
473- < h2 > < a class ="toc-backref " href ="#toc-entry-11 "> Maintainers</ a > </ h2 >
478+ < h3 > < a class ="toc-backref " href ="#toc-entry-11 "> Maintainers</ a > </ h3 >
474479< p > This module is maintained by the OCA.</ p >
475480< a class ="reference external image-reference " href ="https://odoo-community.org ">
476481< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -485,5 +490,6 @@ <h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2>
485490</ div >
486491</ div >
487492</ div >
493+ </ div >
488494</ body >
489495</ html >
0 commit comments