The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > BSD
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-20-2007
sysgate's Avatar
sysgate sysgate is offline
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,163
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.
Reply With Quote