#498 `%DD-n` doesn't work in new month

closed
None
5
2012-10-11
2004-10-13
kaese
No

Hi awstats team,

my LogFile entry looks like this:

LogFile="/path/to/logfile/DOMAINNAME-access.%YY%MM%DD-
12.log"

I run awstats only once a day at 03:00 am and it should use the
file from yesterday and they are rotated daily by cronolog.
This seems to work fine.

But at the first day of a new month awstats generates no statistics
for the last day from the month bevor. So I don't have any stats
for 30. of september and none for 31. of august for example!

Im using SuSE9.1with perl-5.8.3.

Thank you very much, kaese

Discussion

  • Logged In: YES
    user_id=96898

    There is an error in your setup.
    What you want to do is
    LogFile="/path/to/logfile/DOMAINNAME-access.%YY-12%MM-12%DD-
    12.log"