doc/book/en/admin/index.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 09 Mar 2010 19:39:50 +0100
branchstable
changeset 4852 1693d6174251
parent 4749 1560d51385f0
child 5256 3f95d10fef94
permissions -rw-r--r--
[documentation] fix errors in book chapter instance-config

.. -*- coding: utf-8 -*-

.. _Part3:

-------------------------
Part III - Administration
-------------------------

This part is for installation and administration of the *CubicWeb* framework and
instances based on that framework.

.. toctree::
   :maxdepth: 1
   :numbered:

   setup
   create-instance
   instance-config
   site-config
   multisources
   ldap
   pyro
   gae
   additional-tips

RQL logs
--------

You can configure the *CubicWeb* instance to keep a log
of the queries executed against your database. To do so,
edit the configuration file of your instance
``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the
variable ``query-log-file``::

  # web instance query log file
  query-log-file=/tmp/rql-myapp.log