Problem/Motivation
With Syslog module enabled, syslog quickly gets cluttered with PHP notices and other things I don't care to pay attention to. Additionally, we're using www.splunk.com to monitor a number of servers. And now we're on the brink of being forced to pay a lot more for our subscription because of the amount of data being indexed because syslog is so big.
Proposed resolution
Provide a way to ignore some type of logs written to some specific loggers.
Remaining tasks
- Decide which approach should be used to filter by severity level. See #110
- Write patch (See proposed solution in #46)
- Write tests
User interface changes
None. Ignore logs are defined in settings.php
API changes
None.