doc/book/en/admin/rql-logs.rst
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 27 Nov 2012 12:36:33 +0100
changeset 8622 db988713459d
parent 6646 159d0dbe07d9
permissions -rw-r--r--
[server] make `test_bfss_fs_importing_transparency` less verbose on failure Dumping the whole content of a file on failure is a bit annoying. We only print the bad version here (it's usually the file path).

.. -*- coding: utf-8 -*-

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