diff options
author | Max Kellermann <max@duempel.org> | 2008-12-28 19:48:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-28 19:48:53 +0100 |
commit | c01aa53e6a972cd83e866b6b2e390449f2a59658 (patch) | |
tree | 822555fad1f64663906bb8b54e35b71393d15b6d /doc/mpd.conf.5 | |
parent | c6cb611065ab1260ff07b939a9fafa4027fcc5c8 (diff) | |
download | mpd-c01aa53e6a972cd83e866b6b2e390449f2a59658.tar.gz mpd-c01aa53e6a972cd83e866b6b2e390449f2a59658.tar.xz mpd-c01aa53e6a972cd83e866b6b2e390449f2a59658.zip |
log: support syslog()
Allow logging to syslog if log_file is configured to "syslog".
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index fc31c7e67..5feefc36e 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -51,6 +51,7 @@ This specifies where the db file will be stored. .TP .B log_file <file> This specifies where the log file should be located. +The special value "syslog" makes MPD use the local syslog daemon. .SH OPTIONAL PARAMETERS .TP .B pid_file <file> |