users] About log files
>
>
> Hi all,
>
> Only I have log files for three days, � why ?
>
> I want to have logs for about 60 days ago.
>
> -rw-r----- 1 proxy proxy 334737 Apr 29 10:04 access.log
> -rw-r----- 1 proxy proxy 2429270 Apr 28 20:27 access.log.1
> -rw-r----- 1 proxy proxy 225187 Apr 27 21:17 access.log.2.gz
>
> Thanks.
>
>
Squid doesn't rotate logs by default;
Check setting of :
logfile_rotate
in squid.conf.
Squid only stops and start new log upon :
% squid -k rotate
Somewhere this must be 'present' on your system through
automatic means (cron e.g.) if you regularly get new logs.
M.