I looked at their documentation for a little, but having absolutely no experience with this daemon, my best shot would be :
Quote:
Mpd has extensive logging system supporting syslog. To direct logs into a file add lines
!mpd
*.* /var/log/mpd.log
into your /etc/syslog.conf file, create /var/log/mpd.log file and send SIGHUP to syslogd to reread config.
To enable all possible logging you can use 'log +all' command.
|
HTH.