/var/log/squid/squid.out {
    weekly
    rotate 5
    copytruncate
    nocompress
# This script asks squid to rotate its logs on its own.
# Restarting squid is a long process and it is not worth
# doing it just to rotate logs
    postrotate
        kill -USR1 `cat /var/run/squid.pid`
    endscript
}
