Litelog

Simple module allowing to filter out some of the entries logged to the database log.

Simple module allowing to filter out some of the entries logged to the database log.

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)