Litelog

Categories

Component ID

2684199

Component name

Litelog

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

436

Component created

Component changed

Component body

About

Simple module allowing to filter out some of the entries logged to the database log: selectively suppress watchdog messages to reduce chattiness and clutter.

Based on the idea from Lightlog, but with exclusive rather than inclusive approach (selecting which log entries should NOT be saved in the database).

The other important change compared to both Lightlog and Fast database logging is that this module still uses core watchdog database table (does not create its own) - which means that after installing it you still have access to all previous log entries.

Features

Provides possibility to disallow saving log entries to the database based on several conditions:

  • entry type (either selectable from types currently available in the database, or manually entered)
  • severity level
  • message text (using preg_match patterns)

Similar modules