doc/book/en/admin/index.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 25 Jun 2009 20:18:16 +0200
branchstable
changeset 2173 7fae9300b9f9
parent 1714 a721966779be
child 2175 16d3c37c5d28
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