aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-28 19:48:53 +0100
committerMax Kellermann <max@duempel.org>2008-12-28 19:48:53 +0100
commitc01aa53e6a972cd83e866b6b2e390449f2a59658 (patch)
tree822555fad1f64663906bb8b54e35b71393d15b6d /doc/mpdconf.example
parentc6cb611065ab1260ff07b939a9fafa4027fcc5c8 (diff)
log: support syslog()
Allow logging to syslog if log_file is configured to "syslog".
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 797549da..2de2e05e 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -25,6 +25,10 @@ db_file "~/.mpd/database"
# These logs are great for troubleshooting, depending on your log_level
# settings.
#
+# The special value "syslog" makes MPD use the local syslog daemon.
+# On most systems, log messages will appear in /var/log/daemon.log
+# then.
+#
log_file "~/.mpd/log"
###############################################################################