summaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
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/mpdconf.example
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/mpdconf.example')
-rw-r--r--doc/mpdconf.example2
1 files changed, 1 insertions, 1 deletions
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.