[thelist] Analog configuration

Adam Brin adam at brin.org
Fri Jan 11 22:11:44 CST 2002


Noah,

What exactly are you trying you trying to do by analyzing error logs?  HTTP
error logs, by default are not standard, the web server writes any errors
from PHP, perl, or other web related processes to the error_log so analog
cannot parse the error_log.  If you are trying to track 404 errors then what
you really want is to run a failure report (see the analog documentation at
http://www.analog.cx).

- adam   

_________________________________
adam at brin.org
http://adam.brin.org


On 1/11/02 9:39 PM, "noah" <noah at tookish.net> wrote:

> At 01:22 PM 11/01/2002, Erik Mattheis wrote:
>>> This wasn't giving me stats for errors (stored in error_log) or referers
>>> (stored in referer_log), so I changed it to the following:
>>> 
>>> LOGFILE /path_to_domain/logs/access_log
>>> LOGFILE /path_to_domain/logs/error_log
>>> LOGFILE /path_to_domain/logs/referer_log
>> 
>> Can you use wildcards in 3.3? Try:
>> 
>> /path_to_domain/logs/*
> 
> Well, it works to the extent that it gives me the referer (as it did with
> LOGFILE /path_to_domain/logs/referer_log), unfortunately still no love on
> the error_log.
> 
> Thanks, though.
> 
> Cheers,
> Noah
> 





More information about the thelist mailing list