-----Original Message-----i am creating my own web logs using PHP.
From: alan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 2:56 PM
To: [EMAIL PROTECTED]
Subject: [analog-help] logformat and weblogsan example log entry (to the log file) looks like this:
64.229.55.55 - 477955806 [16/Jan/2001:14:49:37 -500] "GET /COOKIE_TEST.phtml HTTP/1.0" 200 123 "http://www.my_domain.com/COOKIE_TEST.phtml" "Mozilla/4.75 [en] (Win98; U)"
the LOGFORMAT command in my config file looks like this:
LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%j %j %j")
the error analog is giving me is:
analog3: Warning R: Turning off empty time reports
(For help on all errors and warnings, see docs/errors.html)
analog3: Warning R: Turning off empty Request Report
analog3: Warning R: Turning off empty File Type Report
analog3: Warning R: Turning off empty Directory Report
analog3: Warning R: Turning off empty Host Report
analog3: Warning R: Turning off empty Domain Report
analog3: Warning R: Turning off empty User Report
analog3: Warning R: Turning off empty File Size Report
analog3: Warning R: Turning off empty Status Code Report
i can't seem to figure out what the problem is.. can someone please help...
Thank You,
Alan
seems
like you're missing one set of double-quotes
you
probably want:
LOGFORMAT (%S - %u [%d/%M/%Y:%h:%n:%j
%j] "%j %r %j" %c %b "%j" "%j")
- [analog-help] logformat and weblogs alan
- Re: [analog-help] logformat and weblogs William Martin
- Re: [analog-help] logformat and weblogs alan
- Re: [analog-help] logformat and weblogs Jeremy Wadsack
- Re: [analog-help] logformat and weblogs alan
- Re: [analog-help] logformat and weblogs Stephen Turner
