# HG changeset patch # User Julien Cristau # Date 1397824420 -7200 # Node ID 5efd4a1abc66790775a69e3cff23c365f4efc30e # Parent bcb90cc8edde3add502b42366984e7118875959e [book] avoid '~' in all-in-one.conf, it is not expanded Closes #3753213 diff -r bcb90cc8edde -r 5efd4a1abc66 doc/book/en/devrepo/profiling.rst --- a/doc/book/en/devrepo/profiling.rst Wed May 07 09:59:10 2014 +0200 +++ b/doc/book/en/devrepo/profiling.rst Fri Apr 18 14:33:40 2014 +0200 @@ -10,7 +10,7 @@ queries. In your ``all-in-one.conf`` file, set the **query-log-file** option:: # web application query log file - query-log-file=~/myapp-rql.log + query-log-file=/home/user/myapp-rql.log Then restart your application, reload your page and stop your application. The file ``myapp-rql.log`` now contains the list of RQL queries that were @@ -28,7 +28,7 @@ .. sourcecode:: sh - $ cubicweb-ctl exlog ~/myapp-rql.log + $ cubicweb-ctl exlog /home/user/myapp-rql.log 0.07 50 Any A WHERE X eid %(x)s, X firstname A {} 0.05 50 Any A WHERE X eid %(x)s, X lastname A {} 0.01 1 Any X,AA ORDERBY AA DESC WHERE E eid %(x)s, E employees X, X modification_date AA {}