On Wednesday, April 26, 2006 9:23 PM [EDT], Ross Crawford <[EMAIL PROTECTED]> wrote:
> Aengus wrote: >> On Wednesday, April 26, 2006 12:37 AM [EDT], >> Ross Crawford <[EMAIL PROTECTED]> wrote: >> >>> Hi, I'm new to analog, so bear with me. >>> >>> I downloaded some logs from my site to play around with analog on my >>> own machine. I got a analog.cfg that I was happy with, and uploaded >>> everything to my site, but when I run analog with no changes to the >>> cfg, it only returns results for today, even though logs exist for >>> much more than that. >>> >>> The site is running in IIS, it's using standard IIS log format, and >>> the filename format is ex%y%M%D.log >>> >>> If I download 5 log files to my pooter and run it, I get 5 days >>> results, but if I run it on the server, I only get today's results, >>> no matter how many log files are present. >>> >>> I tried specifying a +F010101 on the command line, but no >>> difference. It is not generating errors, the errors.txt file is >>> empty, and the report generated is correct, I just can't get it to >>> include historical data. >>> >>> Can anyone help? >> >> Not based on the information you've given. What's your LOGFILE >> statement? If you set SETTINGS ON, what does Analog say it's using? > > Thanks for your reply. My logfile statement is: > > LOGFILE "\path\to\logs\ex%y%M%D.log" That's LOGFILE "\path\to\logs\ex060426.log". Just todays logfile. > and the relevant part from the SETTINGS output is: > > Reading logfiles: > \path\to\logs\ex060426.log > Logfile format: > <Automatic detection>\n > > But there are definitely 5 files in that directory: > ex060422.log > ex060423.log > ex060424.log > ex060425.log > ex060426.log > > Do you need anything else from the settings output? The debug output > also just showed it reading the 1 file. You only told it to read one logfile. LOGFILE "\path\to\logs\*.log" will read all the logs in the directory. LOGFILE "\path\to\logs\ex%y%M*.log" will read this months logs. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

