me
/
guix
Archived
1
0
Fork 0

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.
Maxim Cournoyer 2023-04-26 22:45:37 -04:00
parent 67cc7b1635
commit 98a46c9da6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -432,8 +432,8 @@ from the configuration file.")
(log-level
maybe-string
"Supress any messages below this threshold.
Available values: @code{notice}, @code{info}, @code{verbose},
@code{warning} and @code{error}.")
The available values, in decreasing order of verbosity, are: @code{verbose},
@code{info}, @code{notice}, @code{warning} and @code{error}.")
(music-directory
maybe-string