Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to keep app logs from filling up system #26

Open
DouweM opened this issue Feb 23, 2024 · 0 comments
Open

Document how to keep app logs from filling up system #26

DouweM opened this issue Feb 23, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@DouweM
Copy link
Owner

DouweM commented Feb 23, 2024

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 DouweM added the documentation Improvements or additions to documentation label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant