awl is a simple command-line tool that allows you to parse standard HTTP logs into fields you interested in. Use expressions to filter log entries, use format control string to define output format.
awl helps you parse HTTP web access logs into certain format easily. You can parse logs into CSV format, or even to SQL string. If any more other processing is needed, you can pipe the output to awk.
awl is cross-platform and it works on Mac OS X, Windows and Linux.
What's New in This Release: [ read full changelog ]
· Fixed a memory leak bug. Certain log entry may cause awl of previous version leak memory. This could be a serious problem when awl is scheduled to run for months or even longer. awl-0.1 is marked as deprecated, please update to 0.2.