DB log selective cron
Categories
Component ID
1962182
Component name
DB log selective cron
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
2056
Component created
Component changed
Component body
Tiny module that let administrators define with more granularity the number of watchdog entries to keep in database.
Instead of a global configuration, you can choose how many entries to keep based on the entry type and severity level.
Idea is to avoid to miss/loose track of important entries that could be deleted due to a high level on info/notice/debug messages.
If what you are trying to do is to filter entries at write time instead, you might want to give a go at
- Watchdog Filtering https://www.drupal.org/project/watchdog_filtering
- Selective Watchdog https://www.drupal.org/sandbox/spoit/1431388
- Selective Watchdog Backend https://www.drupal.org/sandbox/bellesmanieres/2760833 (which I maintain)
Other watchdog related modules: https://www.drupal.org/search/site/watchdog?f[0]=ss_meta_type%3Amodule
