doc/book/en/admin/index.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 26 Jun 2009 13:51:08 +0200
branchstable
changeset 2175 16d3c37c5d28
parent 1714 a721966779be
child 2476 1294a6bdf3bf
permissions -rw-r--r--
[doc] improvements

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

.. _Part3:

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

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

.. toctree::
   :maxdepth: 1

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



RQL logs
--------

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

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