summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-09-23 12:54:15 +0200
committerMax Kellermann <max@musicpd.org>2020-09-23 14:22:33 +0200
commitc843bce9f5f4d7e56c89e343eabc37d554701a5e (patch)
tree2836bd237c6745da883cb4930d15d68d61884da2 /doc
parente3106a019d2909c2fdc9fd0e29e60389eb87761d (diff)
LogLevel: rename DEFAULT to NOTICE
"DEFAULT" is a bad name - all it says is that it's the default value, but it doesn't say what it means. The name NOTICE mimics the syslog level.
Diffstat (limited to 'doc')
-rw-r--r--doc/mpd.conf.5.rst4
-rw-r--r--doc/mpdconf.example2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/mpd.conf.5.rst b/doc/mpd.conf.5.rst
index a542569b2..37464fc18 100644
--- a/doc/mpd.conf.5.rst
+++ b/doc/mpd.conf.5.rst
@@ -83,12 +83,12 @@ log_level <default, secure, or verbose>
- :samp:`error`: errors
- :samp:`warning`: warnings
- - :samp:`default`: interesting informational messages
+ - :samp:`notice`: interesting informational messages
- :samp:`info`: unimportant informational messages
- :samp:`verbose`: debug messages (for developers and for
troubleshooting)
- The default is :samp:`default`.
+ The default is :samp:`notice`.
follow_outside_symlinks <yes or no>
Control if MPD will follow symbolic links pointing outside the music dir. You
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 01326fa9d..ec1f9ffaa 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -92,7 +92,7 @@
# Suppress all messages below the given threshold. Use "verbose" for
# troubleshooting.
#
-#log_level "default"
+#log_level "notice"
#
# Setting "restore_paused" to "yes" puts MPD into pause mode instead
# of starting playback after startup.