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

doc: rewrite the log_level documentation

parent 60bbc9f6
...@@ -78,10 +78,15 @@ port <port> ...@@ -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
......
...@@ -89,10 +89,8 @@ ...@@ -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"
# #
......
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