--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/book/en/admin/index.rst Thu May 07 16:33:22 2009 +0200
@@ -0,0 +1,35 @@
+.. -*- 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