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. This specifies the port that mpd listens on. The default is 6600.
log_level <default, secure, or verbose> log_level <default, secure, or verbose>
This specifies how verbose logs are. "default" is minimal logging, "secure" Suppress all messages below the given threshold. The following
reports from what address a connection is opened, and when it is closed, and log levels are available:
"verbose" records excessive amounts of information for debugging purposes.
The default is "default". - :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> follow_outside_symlinks <yes or no>
Control if MPD will follow symbolic links pointing outside the music dir. You Control if MPD will follow symbolic links pointing outside the music dir. You

View File

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