Enable Remote Syslogging on Mac OS X 1. Back up the daemon file to the desktop. sudo cp /System/Library/LaunchDaemons/com.apple.syslogd.plist ~/Desktop/ 2. Edit the list using the nano Unix editor. sudo nano /system/Library/LaunchDaemons/com.apple.syslogd.plist 3. Scroll down to this line <sting>/usr/sbin/syslogd</string> Add the following directly below this line <string>-u</string> 4. Save and exit. 5. Stop and start the daemon. sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plistsudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist