summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-08-29 08:04:21 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-08-29 08:06:54 +0200
commit3e7a62e2e40fc575d161e4c06ea2e333ab7df3b3 (patch)
tree27974ce81041ccb24135c3cf81e082b5894ee8f1 /doc
parent54ddd852209a0bd8500dc7dd5775d5dd87a9a017 (diff)
downloadpatches-3e7a62e2e40fc575d161e4c06ea2e333ab7df3b3.tar
patches-3e7a62e2e40fc575d161e4c06ea2e333ab7df3b3.tar.gz
services: cuirass: Log web interface to separate file.
* gnu/services/cuirass.scm (<cuirass-configuration>): Add web-log-file field. (cuirass-shepherd-service): Read it and use it. * doc/guix.texi (Continuous Integration): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 707c2ba700..5a64b89086 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21387,6 +21387,9 @@ Data type representing the configuration of Cuirass.
@item @code{log-file} (default: @code{"/var/log/cuirass.log"})
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{cache-directory} (default: @code{"/var/cache/cuirass"})
Location of the repository cache.