summaryrefslogtreecommitdiff
path: root/doc/mpd.conf.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mpd.conf.5.rst')
-rw-r--r--doc/mpd.conf.5.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/mpd.conf.5.rst b/doc/mpd.conf.5.rst
index 95da0b506..6f7986917 100644
--- a/doc/mpd.conf.5.rst
+++ b/doc/mpd.conf.5.rst
@@ -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