Active
Project:
Redis Watchdog
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2018 at 11:18 UTC
Updated:
10 Sep 2018 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fgmThese are ongoing core issues to apply this to all loggers, might be better to have them there than here ?
#1268636: Watchdog should ignore reports below the system reporting level (2011 !) #1408208: Enable users to determine which types of log messages get written to dblog/syslog. Right now it's all or nothing.
Although, to be honest, this feature exists in
mongodb_watchdog(https://fgm.github.io/mongodb/modules/mongodb_watchdog/ seewatchdog_limiton that page) because I got tired of waiting for acceptance of #1268636 since 2011.Comment #3
wannesdrAha, I didin't know this was an ongoing feature request for all loggers. But in the mean time the patch exists for those who want it. And maybe it can be added to a next release of redis_watchdog, just until it is added in core.
Comment #4
wannesdrI noticed I missed a use statement for the RfcLogLevel class, updated the patch.
Comment #5
loparev commentedLet's review the patch from the Enable users to determine which types of log messages get written to dblog/syslog. Right now it's all or nothing?
Comment #6
fgmFWIW, there's been a similar settings in mongodb_watchdog 8.x-2.x (and 7.x-1.x) for several years.
Comment #7
loparev commentedI think a lot of other modules have similar settings as well, so if (or when) the patch will be applied to the core all of them should be updated in order to get rid of duplicated functionality.