Drupal log file formats for lnav. lnav is a text-based log file viewer and analyzer. It can parse log files and make them searchable by SQL queries and regular expressions.
This log format provides two definitions:
- Drupal Access log format
- Drupal Watchdog syslog format
It will pull out relevant fields into the appropriate tables so that they can be searched and filtered on.
You can install this by downloading the definition and running the command lnav -i path/to/drupal.json
.
You will probably need to be using the latest version of lnav to make this work.