log rotating / webalizer
What if i have a cronjob where every day it cds into /home/domain/public_html/stat and runs the webalizer commandrm -rf *
webalizer -n site.com /home/domain/logs/access_log
and prints out the usage, thats fine. BUt what im saying is what if the log file gets to gigs in size, if i rotate teh logs, webalizer wont catch it anymore, will it? i mean webalizer will print out the NEW stats after i rotated the logs.
So if it is 3 gigs in access_log and i roatet that.
Wont webalizer start all over again, and not include the 3 gigs from before in its report
Or will it include the previous 3 gigs. I just want to be able to keep track of whats going on.
Sorry its late, i hope im making sense