doc/book/en/admin/index.rst
author sylvain.thenault@logilab.fr
Thu, 07 May 2009 16:33:22 +0200
branchtls-sprint
changeset 1714 a721966779be
parent 1461 doc/book/en/C000-administration.en.txt@023b123ab76b
child 2175 16d3c37c5d28
permissions -rw-r--r--
new book layout, do not compile yet

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