The continuous accumulation of log information makes EMMC lack of space

n the process of testing the camera, the file / var / log / syslog keeps accumulating, which makes EMMC lack of space. How to solve the problem

in the process of testing the camera, the file / var / log / syslog keeps accumulating, which makes EMMC lack of space. How to solve the problem

You might want to change the log rotation settings. This URL explains:
https://linoxide.com/linux-how-to/setup-log-rotation-logrotate-ubuntu/
(this is a standard Linux thing, and won’t matter if using a Jetson or other hardware)

thanks! it works