diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-30 16:16:30 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-01 23:15:20 +0900 |
commit | 2c322884b4185b7c2319153e3ac218ae00c1b532 (patch) | |
tree | fbc4c38c3d99913fd5d4f2da96e7eb1c3d88f03a /doc | |
parent | ab554d60483a17c785676bf28e7f7c95d700ba4d (diff) |
services: anonip: Add 'debug?' configuration field.
* gnu/services/web.scm (<anonip-configuration>) [debug?]: New field.
(anonip-shepherd-service): Honor it.
* doc/guix.texi (Log Rotation) <anonip-configuration>: Document it.
Change-Id: Iaf57b5992808374b069a55c34a9adfdfe52b046c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 40d341f020..187bae6898 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20789,6 +20789,9 @@ The file name of the processed log file. The following optional settings may be provided: @table @code +@item debug? +Print debug messages when @code{#true}. + @item skip-private? When @code{#true} do not mask addresses in private ranges. |