doc/book/en/admin/index.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 02 Aug 2010 15:36:44 +0200
branchstable
changeset 6053 8d32d82134dc
parent 5371 6d25b84ffd50
child 6646 159d0dbe07d9
permissions -rw-r--r--
Added tag cubicweb-version-3.9.4 for changeset 6cebb361dcb2

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

.. _Part3:

--------------
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
   migration
   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