Since NAS is running 24×7, it is the best device to capture my tomato router logs.
Install and Setup Syslog-ng
Login to NAS using ssh/telnet as root install syslog-ng
#ipkg install syslog-ng
The glib and eventlog packages should be installed by ipkg as well. Backup syslog-ng configuration
#cd /opt/etc/syslog-ng #mv syslog-ng.conf syslog-ng.conf.bak Create configuration [...]