doc/book/en/admin/index.rst
branchstable
changeset 3740 e9ce140c9065
parent 2476 1294a6bdf3bf
child 4429 0cd207567f37
equal deleted inserted replaced
3736:07196bda2456 3740:e9ce140c9065
     9 This part is for installation and administration of the *CubicWeb* framework and
     9 This part is for installation and administration of the *CubicWeb* framework and
    10 instances based on that framework.
    10 instances based on that framework.
    11 
    11 
    12 .. toctree::
    12 .. toctree::
    13    :maxdepth: 1
    13    :maxdepth: 1
       
    14    :numbered:
    14 
    15 
    15    setup
    16    setup
    16    create-instance
    17    create-instance
    17    instance-config
    18    instance-config
    18    site-config
    19    site-config
    19    multisources
    20    multisources
    20    ldap
    21    ldap
    21    gae
    22    gae
    22 
       
    23 
       
    24 
    23 
    25 RQL logs
    24 RQL logs
    26 --------
    25 --------
    27 
    26 
    28 You can configure the *CubicWeb* instance to keep a log
    27 You can configure the *CubicWeb* instance to keep a log
    31 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the
    30 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the
    32 variable ``query-log-file``::
    31 variable ``query-log-file``::
    33 
    32 
    34   # web instance query log file
    33   # web instance query log file
    35   query-log-file=/tmp/rql-myapp.log
    34   query-log-file=/tmp/rql-myapp.log
       
    35