diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-24 11:28:14 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-09-24 11:28:59 +0200 |
commit | 80e26d74294d40f311f61d13996f1ed1aa4d8edd (patch) | |
tree | be3e6b08da9dc6953e3bdcf13a9aa016da0d7c0e /doc | |
parent | c5d9cdd91359799354028a461a03950fba6704ef (diff) | |
download | guix-80e26d74294d40f311f61d13996f1ed1aa4d8edd.tar.gz |
services: cuirass: Add web SQL queries logging support.
* gnu/services/cuirass.scm (<cuirass-configuration>)[web-queries-log-file]: New field. (cuirass-shepherd-service): Honor it. (cuirass-log-rotations): If defined, add the web queries log file to the log rotation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 576845233a..6b2c749bc7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -23908,6 +23908,10 @@ Location of the log file used by the web interface. Location of the SQL queries log file. By default, SQL queries logging is disabled. +@item @code{web-queries-log-file} (default: @code{#f}) +Location of the web SQL queries log file. By default, web SQL queries +logging is disabled. + @item @code{cache-directory} (default: @code{"/var/cache/cuirass"}) Location of the repository cache. |