Version 1.19 of LogMiner, my Apache/IIS log analysis package, is now available.
Peter Witkop contributed some code to let the log parser process all the log files inside a directory. This means that you can have a configuration like this:
1 2 3 4 5 6 7 8 | [Site www.site.com] ; this is a single log file Log = /var/log/httpd/site-access_log [Site www.site2.com] ; this is a directory containing some log files ; (note: no trailing slash) Log = /var/log/httpd/site2 |
By the way, I’ve also added libpqxx 2.5.5 to the sourceforge project: LogMiner doesn’t compile with versions 2.6.x of this library.