Dblog Quick Filter
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Dblog Quick filter , enables you to search dblog records. It implements Angularjs for filtering.
Tested for up to 1000+ records in watchdog table.
How it is different from other similar modules out there? This module use Angularj's DOM based filtering, this efficiently speeds up the search (without any additional page load and ajax reloads per search).
Drupal 8
Installation:
No specific steps required, just download and install the module
Requirements:
Drupal 7
Installation:
Upload/install the Libraries API module. http://drupal.org/project/libraries
Create a directory within sites/all/libraries named [angular]
Locate/download/extract the Angularjs 1.4.8 [ https://code.angularjs.org/1.4.8/angular-1.4.8.zip ] to the [angular] folder
Requirements:
* Libraries
* Angularjs 1.4.8 added in Libraries

Alternative DRUSH commands
- drush watchdog-show --tail --extended
- drush watchdog-show --tail --extended --count=50
To filter log content:
- drush watchdog-show "cron run"
- drush watchdog-show --type=php
- drush watchdog-show --severity=notice
