diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-08 10:38:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-08 10:40:17 +0100 |
commit | f4596f7630ba8d281b972ebd40fd9947ef79e957 (patch) | |
tree | c85dc68a3ad8695f18b93d960e1517a48672671a /doc/guix.texi | |
parent | 767d24e83b0fdd1ee6f0f54333412328e858174e (diff) | |
download | guix-f4596f7630ba8d281b972ebd40fd9947ef79e957.tar guix-f4596f7630ba8d281b972ebd40fd9947ef79e957.tar.gz |
services: guix: Add 'log-compression' option.
* gnu/services/base.scm (<guix-configuration>)[log-compression]: New
field.
(guix-shepherd-service): Use 'match-record' instead of 'match'. Honor
'log-compression'.
* doc/guix.texi (Base Services): Document 'log-compression'.
Diffstat (limited to 'doc/guix.texi')
-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 f51593ada1..bde0b5d8d0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9929,6 +9929,10 @@ The number of seconds of silence and the number of seconds of activity, respectively, after which a build process times out. A value of zero disables the timeout. +@item @code{log-compression} (default: @code{'bzip2}) +The type of compression used for build logs---one of @code{gzip}, +@code{bzip2}, or @code{none}. + @item @code{extra-options} (default: @code{'()}) List of extra command-line options for @command{guix-daemon}. |