Technical Support


client.log and log.log files eating up space, here's the fix

Nice tips !

On my linux, i've set a weekly cron to delete all log*.log older than 5 days. I always have some log availaible but not too much.

I've made a small tweak, I run it daily and I remove all log older then 2 days, It's better when using multiple char/account.
@weekly find ~/.ryzom/log*.log -mtime +5 -type f -delete
@daily find ~/.ryzom/log*.log -mtime +2 -type f -delete

---

Show topic
Last visit Friday, 19 April 20:46:09 UTC
P_:

powered by ryzom-api