doc: rewrite the log_level documentation

This commit is contained in:
Max Kellermann 2020-09-23 13:57:02 +02:00
parent 60bbc9f626
commit 050adf6640
2 changed files with 11 additions and 8 deletions

View File

@ -78,10 +78,15 @@ port <port>
This specifies the port that mpd listens on. The default is 6600.
log_level <default, secure, or verbose>
This specifies how verbose logs are. "default" is minimal logging, "secure"
reports from what address a connection is opened, and when it is closed, and
"verbose" records excessive amounts of information for debugging purposes.
The default is "default".
Suppress all messages below the given threshold. The following
log levels are available:
- :samp:`default`: interesting informational messages
- :samp:`secure`: unimportant informational messages
- :samp:`verbose`: debug messages (for developers and for
troubleshooting)
The default is :samp:`default`.
follow_outside_symlinks <yes or no>
Control if MPD will follow symbolic links pointing outside the music dir. You

View File

@ -89,10 +89,8 @@
#
#port "6600"
#
# This setting controls the type of information which is logged. Available
# setting arguments are "default", "secure" or "verbose". The "verbose" setting
# argument is recommended for troubleshooting, though can quickly stretch
# available resources on limited hardware storage.
# Suppress all messages below the given threshold. Use "verbose" for
# troubleshooting.
#
#log_level "default"
#