docs/narr/ctl.rst
changeset 11587 18dd303225cd
parent 11537 caf268942436
equal deleted inserted replaced
11586:c7a25122af4d 11587:18dd303225cd
    18 
    18 
    19 .. option:: --no-daemon
    19 .. option:: --no-daemon
    20 
    20 
    21     Run the server in the foreground.
    21     Run the server in the foreground.
    22 
    22 
    23 
       
    24 .. option:: --debug-mode
    23 .. option:: --debug-mode
    25 
    24 
    26     Activate the repository debug mode (logs in the console and the debug
    25     Activate the repository debug mode (logs in the console and the debug
    27     toolbar). Implies :option:`--no-daemon`
    26     toolbar). Implies :option:`--no-daemon`.
       
    27 
       
    28     Also force the following pyramid options:
       
    29 
       
    30     .. code-block:: ini
       
    31     
       
    32         pyramid.debug_authorization = yes
       
    33         pyramid.debug_notfound = yes
       
    34         pyramid.debug_routematch = yes
       
    35         pyramid.reload_templates = yes
    28 
    36 
    29 .. option:: -D, --debug
    37 .. option:: -D, --debug
    30 
    38 
    31     Equals to :option:`--debug-mode` :option:`--no-daemon` :option:`--reload`
    39     Equals to :option:`--debug-mode` :option:`--no-daemon` :option:`--reload`
    32 
    40