Increase size of Conduit logfiles
- This topic has 2 replies, 2 voices, and was last updated 8 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Increase size of Conduit logfiles
The logging capacity of the Conduit seems to be limited to 4 files of 513kB each, after which the oldest information is overwritten. My Conduit is equipped with a microSD card, and I would like to use this for more extensive logging. How can I increase the size of the logfiles ?
Chris,
It is possible to increase the size by changing the syslog config file in /etc/syslog-startup.conf. However, I would recommend installing rsyslog and logging to another device that can handle bigger files. If you do not want to do that then you can change the path in the syslog-startup.conf to lag to a directory on the SD card. One warning, though: We have had some problems logging lots of data to the SD Card. Not sure if it has something to do with FAT format or something else. You will have to test it thoroughly.
Jeff
Thanks a lot, Jeff