Um auch die Max OS X Logs (Mavericks) auf einen remote syslog server (in unserem Fall Log Insight 1.5) umzuleiten ist folgendes zu tun:
1) In der syslog.conf die Adresse des Log Insight Servers eintragen:
mac15:~ tbaublys$ sudo vi /etc/syslog.conf
*.* @192.168.1.199:514
2) Syslog neustarten
mac15:~ tbaublys$ sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist mac15:~ tbaublys$ sudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist
3) Die Logs im Log Insight bewundern 🙂