Skip to content

Commit 803bfb5

Browse files
committed
[IMP] developer/reference/cli: --dev=access
1 parent e699b3c commit 803bfb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/developer/reference/cli.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Developer features
419419
comma-separated list of features. For development purposes only. Do not use it in production.
420420
Possible features are:
421421

422-
* ``all``: alias for xml,reload,qweb
422+
* ``all``: alias for xml,reload,qweb,access
423423

424424
* ``xml``: read QWeb template from xml file directly instead of database.
425425
Once a template has been modified in database, it will be not be read from
@@ -437,6 +437,9 @@ Developer features
437437
:option:`--db_host`, this makes it possible to test read-only features without the need to set
438438
up a replicated database.
439439

440+
* ``access``: log the traceback next to the AccessError when it results in a 403 - Forbidden
441+
HTTP response.
442+
440443

441444
.. _reference/cmdline/server/http:
442445

0 commit comments

Comments
 (0)