diff options
author | Christopher Baines <mail@cbaines.net> | 2022-04-22 15:31:42 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-04-22 15:31:42 +0100 |
commit | e32cc011bbe899fda432906776702f74fa6b1450 (patch) | |
tree | 23097d172d79f9364ae10f9e8b323fea01fddccb /doc | |
parent | cd9ed85b17482e9a1855d8e00a8297cef5084c91 (diff) | |
download | guix-e32cc011bbe899fda432906776702f74fa6b1450.tar.gz |
services: nar-herder: Allow specifying the log level.
* gnu/services/guix.scm (nar-herder-configuration-log-level): New procedure. (nar-herder-shepherd-services): Pass the log-level to the nar-herder process. * doc/guix.texi (Nar Herder): Document configuring the log-level.
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 b7005f0ef1..5399584cb0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -34430,6 +34430,10 @@ time-to-live (TTL) of @emph{negative} lookups---missing store items, for which the HTTP 404 code is returned. By default, no negative TTL is advertised. +@item @code{log-level} (default: @code{'DEBUG}) +Log level to use, specify a log level like @code{'INFO} to stop logging +individual requests. + @end table @end deftp |