[FIX] developer/cli: remove unsupported cli options
Removed by https://github.com/odoo/odoo/commit/c0647b5c527440cf9f94b51f1c9a9c4d1f3b508e Fixes odoo/odoo#104060 closes odoo/documentation#2856 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
@@ -485,16 +485,6 @@ customize the amount of logging output.
|
|||||||
|
|
||||||
$ odoo-bin --log-handler :DEBUG --log-handler werkzeug:CRITICAL --log-handler odoo.fields:WARNING
|
$ odoo-bin --log-handler :DEBUG --log-handler werkzeug:CRITICAL --log-handler odoo.fields:WARNING
|
||||||
|
|
||||||
.. option:: --log-request
|
|
||||||
|
|
||||||
enable DEBUG logging for RPC requests, equivalent to
|
|
||||||
``--log-handler=odoo.http.rpc.request:DEBUG``
|
|
||||||
|
|
||||||
.. option:: --log-response
|
|
||||||
|
|
||||||
enable DEBUG logging for RPC responses, equivalent to
|
|
||||||
``--log-handler=odoo.http.rpc.response:DEBUG``
|
|
||||||
|
|
||||||
.. option:: --log-web
|
.. option:: --log-web
|
||||||
|
|
||||||
enables DEBUG logging of HTTP requests and responses, equivalent to
|
enables DEBUG logging of HTTP requests and responses, equivalent to
|
||||||
|
|||||||
Reference in New Issue
Block a user