Syslogd output
- This topic has 1 reply, 2 voices, and was last updated 10 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › Syslogd output
Hi,
we would like to redirect the syslog output to an SD card. By default, the logs are stored in a volatile memory and are lost after each reboot. We did this by linking /var/log to /media/card/logs.
The question is: Is this a good idea? Could this cause any issues with the operating system?
Thank you.
Mark,
Linking /var/log/ to your media card shouldn’t cause any problems. You may want to take a look at the syslog settings if you’re also wanting to keep logs around longer, keep bigger log files, etc. CoreCDP uses Busybox Syslog, which ignores the default /etc/syslogd.conf file. It instead sources /etc/default/busybox-syslog for default parameters. Adjusting this file and restarting Syslog should change its behavior accordingly.
Cheers,
Mike