Store logs in logs/ folder with 60 day retention

- Logs go to logs/YYYYMMDD.log per script per day
- Cleanup cron runs at 09:00 daily, deletes logs older than 60 days
- logs/ gitignored
This commit is contained in:
pdmarf
2026-04-17 22:29:46 +01:00
parent 5d7ac62617
commit 3263790760
2 changed files with 14 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
config.sh
*.log
logs/