doc/book/en/admin/index.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 03 Feb 2010 18:44:24 +0100
changeset 4437 21f2e01fdd6a
parent 4429 0cd207567f37
child 4749 1560d51385f0
permissions -rw-r--r--
update exemples using the 3.6 api and add/fix some sections (schema, vreg, talk about CW_MODE in concepts...). So much to do :'(

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

   setup
   create-instance
   instance-config
   site-config
   multisources
   ldap
   gae
   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