doc/book/en/admin/index.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 27 Sep 2009 14:37:55 +0200
branchstable
changeset 3488 ab9e7bcfc764
parent 2476 1294a6bdf3bf
child 3740 e9ce140c9065
permissions -rw-r--r--
[doc] add missing dependencies in annexes. explain more precisely source install. Feedback sent by Carlos Balderas.

.. -*- 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

   setup
   create-instance
   instance-config
   site-config
   multisources
   ldap
   gae



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