changeset 6646 | 159d0dbe07d9 |
6645:179eb6131e92 | 6646:159d0dbe07d9 |
---|---|
1 .. -*- coding: utf-8 -*- |
|
2 |
|
3 RQL logs |
|
4 ======== |
|
5 |
|
6 You can configure the *CubicWeb* instance to keep a log |
|
7 of the queries executed against your database. To do so, |
|
8 edit the configuration file of your instance |
|
9 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the |
|
10 variable ``query-log-file``:: |
|
11 |
|
12 # web instance query log file |
|
13 query-log-file=/tmp/rql-myapp.log |
|
14 |