summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-09-24 11:28:14 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-09-24 11:28:59 +0200
commit80e26d74294d40f311f61d13996f1ed1aa4d8edd (patch)
treebe3e6b08da9dc6953e3bdcf13a9aa016da0d7c0e /doc
parentc5d9cdd91359799354028a461a03950fba6704ef (diff)
downloadguix-patches-80e26d74294d40f311f61d13996f1ed1aa4d8edd.tar
guix-patches-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.texi4
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.