diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-26 22:45:37 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-07-26 10:40:15 -0400 |
commit | 98a46c9da64bf3da02a87a8013f538c587098118 (patch) | |
tree | a37df3a363922741e7f639e00c8838adac9e245d /doc | |
parent | 67cc7b16359dfde6e2a502775911f4506dcee0d6 (diff) | |
download | guix-98a46c9da64bf3da02a87a8013f538c587098118.tar.gz guix-98a46c9da64bf3da02a87a8013f538c587098118.zip |
services: mpd: List log-level in decreasing verbosity order in doc.
* gnu/services/audio.scm (mpd-configuration) [log-level]: List log-level in
decreasing verbosity order in doc.
* doc/guix.texi (Audio Services): Update doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ea1e391a6f..93aedee0ce 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -34294,9 +34294,9 @@ syslog daemon or @code{%unset-value} to omit this directive from the configuration file. @item @code{log-level} (type: maybe-string) -Suppress any messages below this threshold. Available values: -@code{notice}, @code{info}, @code{verbose}, @code{warning} and -@code{error}. +Supress any messages below this threshold. The available values, in +decreasing order of verbosity, are: @code{verbose}, @code{info}, +@code{notice}, @code{warning} and @code{error}. @item @code{music-directory} (type: maybe-string) The directory to scan for music files. |