pixbyt icon indicating copy to clipboard operation
pixbyt copied to clipboard

Document how to keep app logs from filling up system

Open DouweM opened this issue 1 year ago • 0 comments

Currently I just run this using cron every to remove logs older than one day:

sudo find pixbyt/logs/apps/ -type f -mtime +1 -exec rm -fv {} \\;

I may want to look into logrotate.

DouweM avatar Feb 23 '24 17:02 DouweM