loggerfs 0.5 (Default branch) |
|
|
loggerfs is a FUSE-based virtual file system that
automatically parses log files and sends that
information to a MySQL or PostgreSQL database.
Existing log parsers usually run periodically and
scan the entire file for changes. loggerfs takes a
different approach by providing a virtual file
system. Whenever data is appended to a virtual
file by the logging daemon, the information is
directly stored in the database. There is no need
to poll the file and monitor for changes.
License: GNU General Public License v2
Changes:
There is now some good documentation on how to install and use loggerfs. This release features man pages, MySQL caching, various improvements, and .deb packages for those using an OS that supports the Debian package manager.
|