Unless 'touch' has changed since I last used it, it will not clear your log
file; it just updates the time stamp. To safely clear a file which might be
written to, we were told to use:
cat /dev/null > <your-log-file>
or just
> <your-log-file>
Alternatively, if you have space somewhere else on your system and you want
to keep your old log files, why not try something like:
cp <your-log-file> <new-filesystem>/log/squid/`date +%Y%m%d%H%M%S`.log
cat /dev/null > <your-log-file>
You may lose a few lines from your log each time, but its better than
nothing.
Winston
-----Original Message-----
From: mzhao@squid-cache.org [mailto:mzhao@squid-cache.org]On Behalf Of
Michael Zhao
Sent: Sunday, October 14, 2001 11:10 PM
To: squid-users@squid-cache.org
Subject: [squid-users] Cache dir goes to be full
Hi , all
My cache dir is nearly up to full . Who can tell me how can I clean it
like rotate the log files ( squid -k rotate ) ?
Regards,
Michael
Received on Mon Oct 15 2001 - 11:47:52 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:44 MST