doc/book/en/admin/index.rst
changeset 6646 159d0dbe07d9
parent 5371 6d25b84ffd50
child 6745 839bb40990ca
equal deleted inserted replaced
6645:179eb6131e92 6646:159d0dbe07d9
    21    ldap
    21    ldap
    22    pyro
    22    pyro
    23    gae
    23    gae
    24    migration
    24    migration
    25    additional-tips
    25    additional-tips
       
    26    rql-logs
    26 
    27 
    27 RQL logs
       
    28 --------
       
    29 
       
    30 You can configure the *CubicWeb* instance to keep a log
       
    31 of the queries executed against your database. To do so,
       
    32 edit the configuration file of your instance
       
    33 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the
       
    34 variable ``query-log-file``::
       
    35 
       
    36   # web instance query log file
       
    37   query-log-file=/tmp/rql-myapp.log
       
    38