Commit 050adf66 authored by Max Kellermann's avatar Max Kellermann

doc: rewrite the log_level documentation

parent 60bbc9f6
......@@ -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
......
......@@ -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"
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment