doc/book/en/admin/index.rst
changeset 2476 1294a6bdf3bf
parent 2175 16d3c37c5d28
child 3740 e9ce140c9065
equal deleted inserted replaced
2475:b6753521129d 2476:1294a6bdf3bf
     5 -------------------------
     5 -------------------------
     6 Part III - Administration
     6 Part III - Administration
     7 -------------------------
     7 -------------------------
     8 
     8 
     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 applications based on that framework.
    10 instances based on that framework.
    11 
    11 
    12 .. toctree::
    12 .. toctree::
    13    :maxdepth: 1
    13    :maxdepth: 1
    14 
    14 
    15    setup
    15    setup
    23 
    23 
    24 
    24 
    25 RQL logs
    25 RQL logs
    26 --------
    26 --------
    27 
    27 
    28 You can configure the *CubicWeb* application to keep a log
    28 You can configure the *CubicWeb* instance to keep a log
    29 of the queries executed against your database. To do so,
    29 of the queries executed against your database. To do so,
    30 edit the configuration file of your application
    30 edit the configuration file of your instance
    31 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the
    31 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the
    32 variable ``query-log-file``::
    32 variable ``query-log-file``::
    33 
    33 
    34   # web application query log file
    34   # web instance query log file
    35   query-log-file=/tmp/rql-myapp.log
    35   query-log-file=/tmp/rql-myapp.log