blob: 66c547a2990715513265fece476594401934e435 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
pgLOGd, simply put, is a program that takes web server log entries and
sends them to a database. It is called pgLOGd because of the database
it was designed to function with, PostgreSQL.
It is fast, robust and features fall-back-logging to a text file. It
is flexible and typically uses less than 128K of memory.
WWW: http://www.digitalstratum.com/pglogd/
|