summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-09-24 10:47:22 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-09-24 10:47:22 +0200
commit92e507c963470c6086a59ca8e1dd58ed4403649c (patch)
tree95fc051f0d066bcc78189dc2462e0bece0557e36 /doc
parente503211105dcea18e9c13aaf49398ce42c7a7347 (diff)
downloadguix-patches-92e507c963470c6086a59ca8e1dd58ed4403649c.tar
guix-patches-92e507c963470c6086a59ca8e1dd58ed4403649c.tar.gz
services: cuirass: Add SQL queries logging support.
* gnu/services/cuirass.scm (<cuirass-configuration>)[queries-log-file]: New field. (cuirass-shepherd-service): Honor it. (cuirass-log-rotations): If defined, add the 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 949551a163..576845233a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -23904,6 +23904,10 @@ Location of the log file.
@item @code{web-log-file} (default: @code{"/var/log/cuirass-web.log"})
Location of the log file used by the web interface.
+@item @code{queries-log-file} (default: @code{#f})
+Location of the SQL queries log file. By default, SQL queries logging is
+disabled.
+
@item @code{cache-directory} (default: @code{"/var/cache/cuirass"})
Location of the repository cache.