Dblog and Syslog Filter

Summary:
Are you trying to store only the log messages that are required? Either it is Warnings, Notice, Php, Debug, etc.

Your site will have an impact each time a log message makes an entry to the Database. Still, do you want to see the preferred type of logs? But store only the required/necessary logs.

Here is the Module you are searching for.

DBLOL FILTER and/or SYSLOG FILTER only stores or records those logs based on the settings provided.

Features:
* DBLOG and/or SYSLOG FILTER module allows you to store only filtered log messages based on log type and log level.
* Useful to restrict unwanted message types and reduce watchdog size for
better performance.
* Majorly useful in production sites when we want to log only
limited messages.
* Logging can be restricted either by the Levels. To Log only Error Level logs
for a site, you can check "Errors" under "Select Severity Levels." on the configuration page.
* Custom logging can also be done by ignoring all the core logs too, by setting
the values under "Enter DB Log type and Severity Levels."

Additional Features:
* Syslog FILTER is added additionally.
* Based on the log module enabled, this module will work on DB log and/or Syslog.
* Syslog filter format will be fixed for now. (In the future will add a hook for this to alter any available variables)

Supporting organizations: 
Creation
Development and Maintenance

Project information

Releases