Title: Re: [EMAIL PROTECTED] storing log data in a database
We store to a DB also. I have a mod_perl handler that does that work. If you have mod_perl running, you might google around a bit for mod_perl –based logging. It is quite easy to do. We log to a Postgres database, but since perl
Only bother doing it if you actually need to perform queries on the data. Basically any good log analyzer will work with regular log files, so there is no need to use a DB for that.We use the DB approach at my work because we have many web servers, and sending the logs to a DB allows us to see real
Hi All,
I am thinking about storing the log data in a database. What do you think
about it? Is it a good idea or bad idea?
Thanks
Khai
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http: