doc/book/en/C040-rql.en.txt
changeset 335 643db91242b1
parent 301 e47150482ac1
child 405 295f3cd70915
--- a/doc/book/en/C040-rql.en.txt	Mon Jan 05 17:05:38 2009 +0100
+++ b/doc/book/en/C040-rql.en.txt	Mon Jan 05 10:40:22 2009 -0800
@@ -533,6 +533,17 @@
 
    is not.
 
+RQL logs
+--------
+
+You can configure the `CubicWeb` application so that you keep a log
+of the queries executed against your database. To do so, you want to
+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
 
 
 Conclusion